23 references to GetHashAndReset
Microsoft.CodeAnalysis (5)
CryptographicHashProvider.cs (4)
203
return ImmutableArray.Create(incrementalHash.
GetHashAndReset
());
212
return ImmutableArray.Create(incrementalHash.
GetHashAndReset
());
222
return ImmutableArray.Create(incrementalHash.
GetHashAndReset
());
238
return ImmutableArray.Create(incrementalHash.
GetHashAndReset
());
PEWriter\SigningUtilities.cs (1)
39
return hash.
GetHashAndReset
();
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\ILValidation.cs (1)
176
return hash.
GetHashAndReset
();
Microsoft.Extensions.FileProviders.Physical (1)
PollingWildCardChangeToken.cs (1)
133
byte[] currentHash = sha256.
GetHashAndReset
();
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
558
return md5.
GetHashAndReset
();
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanDerivation.cs (2)
36
return hash.
GetHashAndReset
();
86
return hash.
GetHashAndReset
();
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
53
return _incrementalHash.
GetHashAndReset
();
System\Security\Cryptography\SHA1CryptoServiceProvider.cs (1)
56
return _incrementalHash.
GetHashAndReset
();
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
56
return _incrementalHash.
GetHashAndReset
();
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
56
return _incrementalHash.
GetHashAndReset
();
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
56
return _incrementalHash.
GetHashAndReset
();
System.Security.Cryptography.Pkcs (8)
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
202
dataHash = hasher.
GetHashAndReset
();
247
dataHash = hasher.
GetHashAndReset
();
System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (1)
200
byte[] macKey = hasher.
GetHashAndReset
();
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
202
byte[] digest = hasher.
GetHashAndReset
();
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
199
return VerifyHash(hasher.
GetHashAndReset
(), hashAlgorithmId.Value);
System\Security\Cryptography\Pkcs\SignerInfo.cs (3)
482
byte[] expectedSignature = hasher.
GetHashAndReset
();
599
byte[] contentDigest = hasher.
GetHashAndReset
();
769
digest = hasher.
GetHashAndReset
();