1 instantiation of LiteHmac
System.Security.Cryptography (1)
System\Security\Cryptography\LiteHash.Windows.cs (1)
23return new LiteHmac(hashAlgorithmId, key);
5 references to LiteHmac
System.Security.Cryptography (5)
System\Security\Cryptography\LiteHash.Windows.cs (1)
21private static LiteHmac CreateHmac(string hashAlgorithmId, ReadOnlySpan<byte> key)
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);