1 instantiation of LiteHmac
System.Security.Cryptography (1)
System\Security\Cryptography\LiteHash.Windows.cs (1)
23
return new
LiteHmac
(hashAlgorithmId, key);
5 references to LiteHmac
System.Security.Cryptography (5)
System\Security\Cryptography\LiteHash.Windows.cs (1)
21
private static
LiteHmac
CreateHmac(string hashAlgorithmId, ReadOnlySpan<byte> key)
System\Security\Cryptography\LiteHashProvider.cs (4)
63
LiteHmac
hash = CreateHmac(hashAlgorithmId, key);
74
LiteHmac
hash = CreateHmac(hashAlgorithmId, key);
92
LiteHmac
hash = CreateHmac(hashAlgorithmId, key);
107
LiteHmac
hash = CreateHmac(hashAlgorithmId, key);