6 references to EvpPKeyFromData
System.Security.Cryptography (6)
System\Security\Cryptography\MLDsaImplementation.OpenSsl.cs (2)
101SafeEvpPKeyHandle key = Interop.Crypto.EvpPKeyFromData(algorithm.Name, source, privateKey: false); 108SafeEvpPKeyHandle key = Interop.Crypto.EvpPKeyFromData(algorithm.Name, source, privateKey: true);
System\Security\Cryptography\MLKemImplementation.OpenSsl.cs (2)
52SafeEvpPKeyHandle key = Interop.Crypto.EvpPKeyFromData(kemName, source, privateKey: true); 61SafeEvpPKeyHandle key = Interop.Crypto.EvpPKeyFromData(kemName, source, privateKey: false);
System\Security\Cryptography\SlhDsaImplementation.OpenSsl.cs (2)
100SafeEvpPKeyHandle key = Interop.Crypto.EvpPKeyFromData(algorithm.Name, source, privateKey: false); 110SafeEvpPKeyHandle key = Interop.Crypto.EvpPKeyFromData(algorithm.Name, source, privateKey: true);