1 write to _hashAlgorithm
System.Security.Cryptography (1)
System\Security\Cryptography\HpkeManagedKdfAdapter.cs (1)
110
_hashAlgorithm
= hashAlgorithm;
2 references to _hashAlgorithm
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeManagedKdfAdapter.cs (2)
174
int written = HKDF.Extract(
_hashAlgorithm
, destination, salt, prk);
202
HKDF.Expand(
_hashAlgorithm
, prk, output, buffer);