2 instantiations of LiteHmac
System.Security.Cryptography (2)
System\Security\Cryptography\LiteHash.Unix.cs (2)
21
return new
LiteHmac
(algorithm, key);
272
return new
LiteHmac
(clone, _hashSizeInBytes);
8 references to LiteHmac
System.Security.Cryptography (8)
System\Security\Cryptography\HashProviderDispenser.Unix.cs (2)
164
private readonly
LiteHmac
_liteHmac;
173
private HmacHashProvider(
LiteHmac
liteHmac, bool running)
System\Security\Cryptography\LiteHash.Unix.cs (2)
18
internal static
LiteHmac
CreateHmac(string hashAlgorithmId, ReadOnlySpan<byte> key)
268
public
LiteHmac
Clone()
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);