6 references to EvpMacAlgs
System.Security.Cryptography (6)
System\Security\Cryptography\HashProviderDispenser.OpenSsl.cs (4)
18
HashAlgorithmNames.KMAC128 => Interop.Crypto.
EvpMacAlgs
.Kmac128 is not null,
19
HashAlgorithmNames.KMAC256 => Interop.Crypto.
EvpMacAlgs
.Kmac256 is not null,
36
HashAlgorithmNames.KMAC128 => Interop.Crypto.
EvpMacAlgs
.Kmac128,
37
HashAlgorithmNames.KMAC256 => Interop.Crypto.
EvpMacAlgs
.Kmac256,
System\Security\Cryptography\LiteHash.OpenSsl.cs (2)
17
HashAlgorithmNames.KMAC128 => Interop.Crypto.
EvpMacAlgs
.Kmac128,
18
HashAlgorithmNames.KMAC256 => Interop.Crypto.
EvpMacAlgs
.Kmac256,