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