17 references to GetHashAndReset
Microsoft.Extensions.FileProviders.Physical (1)
PollingWildCardChangeToken.cs (1)
128byte[] currentHash = sha256.GetHashAndReset();
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
558return md5.GetHashAndReset();
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanDerivation.cs (2)
36return hash.GetHashAndReset(); 86return hash.GetHashAndReset();
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
53return _incrementalHash.GetHashAndReset();
System\Security\Cryptography\SHA1CryptoServiceProvider.cs (1)
56return _incrementalHash.GetHashAndReset();
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
56return _incrementalHash.GetHashAndReset();
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
56return _incrementalHash.GetHashAndReset();
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
56return _incrementalHash.GetHashAndReset();
System.Security.Cryptography.Pkcs (8)
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
202dataHash = hasher.GetHashAndReset(); 247dataHash = hasher.GetHashAndReset();
System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (1)
200byte[] macKey = hasher.GetHashAndReset();
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
202byte[] digest = hasher.GetHashAndReset();
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
199return VerifyHash(hasher.GetHashAndReset(), hashAlgorithmId.Value);
System\Security\Cryptography\Pkcs\SignerInfo.cs (3)
482byte[] expectedSignature = hasher.GetHashAndReset(); 599byte[] contentDigest = hasher.GetHashAndReset(); 761digest = hasher.GetHashAndReset();