9 references to HashData
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\Compiler\NativeAotNameMangler.cs (2)
116
hash ??= SHA256.
HashData
(literal.AsSpan());
697
? SHA256.
HashData
(MemoryMarshal.AsBytes(literal.AsSpan()))
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\NativeAotNameMangler.cs (2)
116
hash ??= SHA256.
HashData
(literal.AsSpan());
697
? SHA256.
HashData
(MemoryMarshal.AsBytes(literal.AsSpan()))
Microsoft.AspNetCore.Identity (2)
PasskeyHandler.cs (2)
268
var clientDataHash = SHA256.
HashData
(response.ClientDataJSON.AsSpan());
513
var clientDataHash = SHA256.
HashData
(response.ClientDataJSON.AsSpan());
Microsoft.DotNet.Build.Tasks.FileCatalog (1)
CatalogEntry.cs (1)
63
: this(name, SHA1.HashData(content.Span), SHA256.
HashData
(content.Span))
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);