8 references to EvpAlgorithmFamilyId
System.Security.Cryptography (8)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.cs (1)
51
internal static partial
EvpAlgorithmFamilyId
EvpPKeyFamily(SafeEvpPKeyHandle handle);
System\Security\Cryptography\X509Certificates\OpenSslExportProvider.cs (7)
33
Interop.Crypto.
EvpAlgorithmFamilyId
evpAlgId = Interop.Crypto.EvpPKeyFamily(privateKey);
37
Interop.Crypto.
EvpAlgorithmFamilyId
.RSA => new RSAOpenSsl(privateKey),
38
Interop.Crypto.
EvpAlgorithmFamilyId
.ECC => new ECDsaOpenSsl(privateKey),
39
Interop.Crypto.
EvpAlgorithmFamilyId
.DSA => new DSAOpenSsl(privateKey),
51
if (evpAlgId == Interop.Crypto.
EvpAlgorithmFamilyId
.MLKem)
59
if (evpAlgId == Interop.Crypto.
EvpAlgorithmFamilyId
.MLDsa)
67
if (evpAlgId == Interop.Crypto.
EvpAlgorithmFamilyId
.SlhDsa)