25 references to GetHashAndReset
dotnet-sourcelink (3)
Program.cs (3)
274
var rawHash = incrementalHash.
GetHashAndReset
();
301
return incrementalHash.
GetHashAndReset
();
308
_ = incrementalHash.
GetHashAndReset
();
ILAssembler (1)
GrammarVisitor.cs (1)
258
return BlobContentId.FromHash(hash.
GetHashAndReset
());
ILCompiler.ReadyToRun (3)
Compiler\CryptographicHashProvider.cs (3)
221
return ImmutableArray.Create(incrementalHash.
GetHashAndReset
());
233
return ImmutableArray.Create(incrementalHash.
GetHashAndReset
());
243
return ImmutableArray.Create(incrementalHash.
GetHashAndReset
());
Microsoft.CodeAnalysis (5)
CryptographicHashProvider.cs (4)
221
return ImmutableArray.Create(incrementalHash.
GetHashAndReset
());
230
return ImmutableArray.Create(incrementalHash.
GetHashAndReset
());
240
return ImmutableArray.Create(incrementalHash.
GetHashAndReset
());
256
return ImmutableArray.Create(incrementalHash.
GetHashAndReset
());
PEWriter\SigningUtilities.cs (1)
39
return hash.
GetHashAndReset
();
Microsoft.DotNet.StrongName (1)
Utils.cs (1)
169
return hash.
GetHashAndReset
();
NuGet.Packaging (1)
Sha512HashFunction.cs (1)
69
_hash = _hashFunc.
GetHashAndReset
();
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
612
return md5.
GetHashAndReset
();
System.Security.Cryptography (6)
src\runtime\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\runtime\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);