2 overrides of DeriveKeyFromHmac
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
92public 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);