4 references to MLKem768
System.Security.Cryptography (4)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.KemAlgs.cs (1)
27MlKem768 = EvpKemAvailable(MLKemAlgorithm.MLKem768.Name);
src\libraries\Common\src\System\Security\Cryptography\MLKemAlgorithm.cs (1)
171Oids.MlKem768 => MLKem768,
System\Security\Cryptography\MLKemImplementation.OpenSsl.cs (1)
123else if (algorithm == MLKemAlgorithm.MLKem768)
System\Security\Cryptography\MLKemOpenSsl.OpenSsl.cs (1)
45return MLKemAlgorithm.MLKem768;