2 instantiations of MLKemOpenSsl
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslExportProvider.cs (1)
53using (MLKem kem = new MLKemOpenSsl(privateKey))
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
628return new MLKemOpenSsl(_privateKey);
3 references to MLKemOpenSsl
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\MLKemImplementation.cs (1)
19Debug.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)
732case MLKemOpenSsl implOpenSsl: