2 instantiations of LiteKmac
System.Security.Cryptography (2)
System\Security\Cryptography\LiteHash.OpenSsl.cs (2)
28
return new
LiteKmac
(mac, key, customizationString, xof);
63
return new
LiteKmac
(clone);
8 references to LiteKmac
System.Security.Cryptography (8)
System\Security\Cryptography\ConcurrentSafeKmac.cs (2)
8
private readonly
LiteKmac
_liteKmac;
18
private ConcurrentSafeKmac(
LiteKmac
liteKmac)
System\Security\Cryptography\LiteHash.OpenSsl.cs (2)
12
internal static
LiteKmac
CreateKmac(string algorithmId, ReadOnlySpan<byte> key, ReadOnlySpan<byte> customizationString, bool xof)
60
public
LiteKmac
Clone()
System\Security\Cryptography\LiteHashProvider.Xof.cs (4)
37
LiteKmac
hash = CreateKmac(hashAlgorithmId, key, customizationString, xof);
51
LiteKmac
hash = CreateKmac(hashAlgorithmId, key, customizationString, xof);
101
LiteKmac
hash = CreateKmac(hashAlgorithmId, key, customizationString, xof);
119
LiteKmac
hash = CreateKmac(hashAlgorithmId, key, customizationString, xof);