1 write to Kmac128
System.Security.Cryptography (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.MacAlgs.cs (1)
25Kmac128 = EvpMacFetch(HashAlgorithmNames.KMAC128);
3 references to Kmac128
System.Security.Cryptography (3)
System\Security\Cryptography\HashProviderDispenser.OpenSsl.cs (2)
18HashAlgorithmNames.KMAC128 => Interop.Crypto.EvpMacAlgs.Kmac128 is not null, 36HashAlgorithmNames.KMAC128 => Interop.Crypto.EvpMacAlgs.Kmac128,
System\Security\Cryptography\LiteHash.OpenSsl.cs (1)
17HashAlgorithmNames.KMAC128 => Interop.Crypto.EvpMacAlgs.Kmac128,