1 instantiation of LiteHmac
System.Security.Cryptography (1)
System\Security\Cryptography\LiteHash.Unix.cs (1)
21return new LiteHmac(algorithm, key);
6 references to LiteHmac
System.Security.Cryptography (6)
System\Security\Cryptography\HashProviderDispenser.Unix.cs (1)
150private readonly LiteHmac _liteHmac;
System\Security\Cryptography\LiteHash.Unix.cs (1)
18internal 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);