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