9 references to HashData
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\Compiler\NativeAotNameMangler.cs (1)
189
hash = SHA256.
HashData
(literal.AsSpan());
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
880
writer.Write(BlobContentId.FromHash(SHA256.
HashData
(originalOutput)).Stamp);
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (1)
251
SHA256.
HashData
(outputBlob)[0..ChecksumSize].CopyTo(checksumLocation);
src\runtime\src\coreclr\tools\Common\Compiler\NativeAotNameMangler.cs (1)
189
hash = SHA256.
HashData
(literal.AsSpan());
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
880
writer.Write(BlobContentId.FromHash(SHA256.
HashData
(originalOutput)).Stamp);
Microsoft.AspNetCore.Identity (2)
PasskeyHandler.cs (2)
268
var clientDataHash = SHA256.
HashData
(response.ClientDataJSON.AsSpan());
513
var clientDataHash = SHA256.
HashData
(response.ClientDataJSON.AsSpan());
System.Net.Security (1)
System\Net\Security\Pal.Managed\EndpointChannelBindingToken.cs (1)
43
return SHA256.
HashData
(cert.RawDataMemory.Span);
System.Security.Cryptography (1)
System\Security\Cryptography\HMACCommon.cs (1)
74
modifiedKey = SHA256.
HashData
(key);