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