13 references to GetHashAndReset
System.Net.Security (4)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (4)
421
hmac.
GetHashAndReset
(blob);
447
int written = md5.
GetHashAndReset
(hashBuffer);
684
hmacMic.
GetHashAndReset
(MemoryMarshal.CreateSpan(ref response.Mic[0], hmacMic.HashLengthInBytes));
727
hmac.
GetHashAndReset
(hmacResult);
System.Security.Cryptography (5)
System\Security\Cryptography\HKDFManagedImplementation.cs (1)
97
int written = hmac.
GetHashAndReset
(output);
System\Security\Cryptography\Rfc2898DeriveBytes.cs (2)
296
int bytesWritten = _hmac.
GetHashAndReset
(uiSpan);
304
bytesWritten = _hmac.
GetHashAndReset
(uiSpan);
System\Security\Cryptography\SP800108HmacCounterKdfImplementationManaged.cs (2)
62
int written = hash.
GetHashAndReset
(destination);
67
hmacBufferWritten = hash.
GetHashAndReset
(hmacBuffer);
System.Security.Cryptography.Cose (4)
System\Security\Cryptography\Cose\CoseHelpers.cs (2)
133
hasher.
GetHashAndReset
(hash);
154
hasher.
GetHashAndReset
(hash);
System\Security\Cryptography\Cose\CoseSign1Message.cs (1)
748
hasher.
GetHashAndReset
(hash);
System\Security\Cryptography\Cose\CoseSignature.cs (1)
456
hasher.
GetHashAndReset
(hash);