1 write to Kmac256
System.Security.Cryptography (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.MacAlgs.cs (1)
26Kmac256 = EvpMacFetch(HashAlgorithmNames.KMAC256);
3 references to Kmac256
System.Security.Cryptography (3)
System\Security\Cryptography\HashProviderDispenser.OpenSsl.cs (2)
19HashAlgorithmNames.KMAC256 => Interop.Crypto.EvpMacAlgs.Kmac256 is not null, 37HashAlgorithmNames.KMAC256 => Interop.Crypto.EvpMacAlgs.Kmac256,
System\Security\Cryptography\LiteHash.OpenSsl.cs (1)
18HashAlgorithmNames.KMAC256 => Interop.Crypto.EvpMacAlgs.Kmac256,