16 references to PalSlhDsaAlgorithmId
System.Security.Cryptography (16)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.SlhDsa.cs (3)
54out PalSlhDsaAlgorithmId slhDsaId); 56internal static PalSlhDsaAlgorithmId GetSlhDsaAlgorithmId(SafeEvpPKeyHandle key) 60int result = CryptoNative_SlhDsaGetPalId(key, out PalSlhDsaAlgorithmId slhDsaId);
System\Security\Cryptography\SlhDsaOpenSsl.OpenSsl.cs (13)
33Interop.Crypto.PalSlhDsaAlgorithmId slhDsaAlgorithmId = Interop.Crypto.GetSlhDsaAlgorithmId(upRefHandle); 37case Interop.Crypto.PalSlhDsaAlgorithmId.SlhDsaSha2_128s: 39case Interop.Crypto.PalSlhDsaAlgorithmId.SlhDsaShake128s: 41case Interop.Crypto.PalSlhDsaAlgorithmId.SlhDsaSha2_128f: 43case Interop.Crypto.PalSlhDsaAlgorithmId.SlhDsaShake128f: 45case Interop.Crypto.PalSlhDsaAlgorithmId.SlhDsaSha2_192s: 47case Interop.Crypto.PalSlhDsaAlgorithmId.SlhDsaShake192s: 49case Interop.Crypto.PalSlhDsaAlgorithmId.SlhDsaSha2_192f: 51case Interop.Crypto.PalSlhDsaAlgorithmId.SlhDsaShake192f: 53case Interop.Crypto.PalSlhDsaAlgorithmId.SlhDsaSha2_256s: 55case Interop.Crypto.PalSlhDsaAlgorithmId.SlhDsaShake256s: 57case Interop.Crypto.PalSlhDsaAlgorithmId.SlhDsaSha2_256f: 59case Interop.Crypto.PalSlhDsaAlgorithmId.SlhDsaShake256f: