20 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)
178
return hash.
GetHashAndReset
();
Microsoft.DotNet.StrongName (1)
Utils.cs (1)
169
return hash.
GetHashAndReset
();
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
558
return md5.
GetHashAndReset
();
System.Security.Cryptography (8)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanDerivation.cs (2)
36
return hash.
GetHashAndReset
();
86
return hash.
GetHashAndReset
();
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (1)
191
byte[] macKey = hasher.
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 (4)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (1)
191
byte[] macKey = hasher.
GetHashAndReset
();
System\Security\Cryptography\Pkcs\CmsHash.cs (1)
101
internal override byte[] GetHashAndReset() => _incrementalHash.
GetHashAndReset
();
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
199
byte[] digest = hasher.
GetHashAndReset
();
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
193
return VerifyHash(hasher.
GetHashAndReset
(), hashAlgorithmId.Value);