2 instantiations of LiteKmac
System.Security.Cryptography (2)
System\Security\Cryptography\LiteHash.Windows.cs (2)
33
return new
LiteKmac
(algorithmId, key, customizationString, xof);
157
return new
LiteKmac
(clone, _finishFlags);
9 references to LiteKmac
System.Security.Cryptography (9)
System\Security\Cryptography\ConcurrentSafeKmac.cs (2)
10
private readonly
LiteKmac
_liteKmac;
23
private ConcurrentSafeKmac(
LiteKmac
liteKmac)
System\Security\Cryptography\HashProviderDispenser.Windows.cs (1)
105
using (
LiteKmac
kmac = LiteHashProvider.CreateKmac(algorithmId, key, customizationString, xof))
System\Security\Cryptography\LiteHash.Windows.cs (2)
31
internal static
LiteKmac
CreateKmac(string algorithmId, ReadOnlySpan<byte> key, ReadOnlySpan<byte> customizationString, bool xof)
154
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);