2 overrides of DeriveKeyTls
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs (1)
57
public override byte[]
DeriveKeyTls
(ECDiffieHellmanPublicKey otherPartyPublicKey, byte[] prfLabel, byte[] prfSeed)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
43
public override byte[]
DeriveKeyTls
(ECDiffieHellmanPublicKey otherPartyPublicKey, byte[] prfLabel, byte[] prfSeed) =>
1 reference to DeriveKeyTls
System.Security.Cryptography (1)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
44
_wrapped.
DeriveKeyTls
(Unwrap(otherPartyPublicKey), prfLabel, prfSeed);