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