2 overrides of GetHashAndReset
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeManagedKdfAdapter.cs (2)
308protected override void GetHashAndReset(Shake128 shake, Span<byte> destination) => 323protected override void GetHashAndReset(Shake256 shake, Span<byte> destination) =>
2 references to GetHashAndReset
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeManagedKdfAdapter.cs (2)
246GetHashAndReset(shake, output); 268GetHashAndReset(shake, destination);