4 instantiations of IncrementalHash
System.Security.Cryptography (4)
148 references to IncrementalHash
Microsoft.AspNetCore.Components.Endpoints (3)
Microsoft.CodeAnalysis (14)
Microsoft.CodeAnalysis.Test.Utilities (2)
Microsoft.DotNet.SignTool (2)
Microsoft.Extensions.FileProviders.Physical (3)
netstandard (1)
System.Core (1)
System.Net.Security (10)
System.Security.Cryptography (59)
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Cose (29)
System\Security\Cryptography\Cose\CoseHelpers.cs (5)
42internal static void WriteByteStringLength(IncrementalHash hasher, ulong value)
107internal static int SignHash(CoseSigner signer, IncrementalHash hasher, Span<byte> destination)
124private static int SignHashWithECDsa(ECDsa key, IncrementalHash hasher, Span<byte> destination)
145private static int SignHashWithRSA(RSA key, IncrementalHash hasher, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding, Span<byte> destination)
350internal static void WriteSignature(Span<byte> buffer, IncrementalHash hasher, CborWriter writer, CoseSigner signer)
System.Security.Cryptography.Pkcs (23)