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