2 overrides of DeriveKeyFromHmac
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs (1)
36
public override byte[]
DeriveKeyFromHmac
(
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
35
public override byte[]
DeriveKeyFromHmac
(
2 references to DeriveKeyFromHmac
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellman.cs (1)
96
return
DeriveKeyFromHmac
(otherPartyPublicKey, hashAlgorithm, hmacKey, null, null);
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
41
_wrapped.
DeriveKeyFromHmac
(Unwrap(otherPartyPublicKey), hashAlgorithm, hmacKey, secretPrepend, secretAppend);