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)
174int written = HKDF.Extract(_hashAlgorithm, destination, salt, prk); 202HKDF.Expand(_hashAlgorithm, prk, output, buffer);