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