4 references to MLKem512
System.Security.Cryptography (4)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.KemAlgs.cs (1)
26MlKem512 = EvpKemAvailable(MLKemAlgorithm.MLKem512.Name);
src\libraries\Common\src\System\Security\Cryptography\MLKemAlgorithm.cs (1)
170Oids.MlKem512 => MLKem512,
System\Security\Cryptography\MLKemImplementation.OpenSsl.cs (1)
119if (algorithm == MLKemAlgorithm.MLKem512)
System\Security\Cryptography\MLKemOpenSsl.OpenSsl.cs (1)
43return MLKemAlgorithm.MLKem512;