2 overrides of DeriveKeyFromHash
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs (1)
17
public override byte[]
DeriveKeyFromHash
(
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
28
public override byte[]
DeriveKeyFromHash
(
2 references to DeriveKeyFromHash
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellman.cs (1)
60
return
DeriveKeyFromHash
(otherPartyPublicKey, hashAlgorithm, null, null);
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
33
_wrapped.
DeriveKeyFromHash
(Unwrap(otherPartyPublicKey), hashAlgorithm, secretPrepend, secretAppend);