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