3 references to HkdfHashAlgorithm
System.Security.Cryptography (3)
System\Security\Cryptography\HpkeManagedKdfAdapter.cs (1)
27
return new HpkeManagedHkdfAdapter(suite, suite.KdfMetadata.
HkdfHashAlgorithm
);
System\Security\Cryptography\HpkeManagedKemAdapter.cs (2)
127
int written = HKDF.Extract(KeyDerivationKdf.
HkdfHashAlgorithm
, destination, salt, prk);
158
HKDF.Expand(KeyDerivationKdf.
HkdfHashAlgorithm
, prk, output, destination);