2 instantiations of LiteHmac
System.Security.Cryptography (2)
System\Security\Cryptography\LiteHash.Unix.cs (2)
21return new LiteHmac(algorithm, key); 272return new LiteHmac(clone, _hashSizeInBytes);
8 references to LiteHmac
System.Security.Cryptography (8)
System\Security\Cryptography\HashProviderDispenser.Unix.cs (2)
164private readonly LiteHmac _liteHmac; 173private HmacHashProvider(LiteHmac liteHmac, bool running)
System\Security\Cryptography\LiteHash.Unix.cs (2)
18internal static LiteHmac CreateHmac(string hashAlgorithmId, ReadOnlySpan<byte> key) 268public LiteHmac Clone()
System\Security\Cryptography\LiteHashProvider.cs (4)
63LiteHmac hash = CreateHmac(hashAlgorithmId, key); 74LiteHmac hash = CreateHmac(hashAlgorithmId, key); 92LiteHmac hash = CreateHmac(hashAlgorithmId, key); 107LiteHmac hash = CreateHmac(hashAlgorithmId, key);