2 instantiations of MLKemOpenSsl
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslExportProvider.cs (1)
53
using (MLKem kem = new
MLKemOpenSsl
(privateKey))
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
628
return new
MLKemOpenSsl
(_privateKey);
3 references to MLKemOpenSsl
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\MLKemImplementation.cs (1)
19
Debug.Assert(key is not (MLKemImplementation or
MLKemOpenSsl
));
System\Security\Cryptography\MLKemOpenSsl.cs (1)
31
/// Initializes a new instance of the <see cref="
MLKemOpenSsl
" /> class from an existing OpenSSL key
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
732
case
MLKemOpenSsl
implOpenSsl: