4 references to MLKem1024
System.Security.Cryptography (4)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.KemAlgs.cs (1)
28
MlKem1024 = EvpKemAvailable(MLKemAlgorithm.
MLKem1024
.Name);
src\libraries\Common\src\System\Security\Cryptography\MLKemAlgorithm.cs (1)
172
Oids.MlKem1024 =>
MLKem1024
,
System\Security\Cryptography\MLKemImplementation.OpenSsl.cs (1)
127
else if (algorithm == MLKemAlgorithm.
MLKem1024
)
System\Security\Cryptography\MLKemOpenSsl.OpenSsl.cs (1)
47
return MLKemAlgorithm.
MLKem1024
;