6 references to EvpPKeyBits
System.Security.Cryptography (6)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.cs (1)
28int keySizeBits = Interop.Crypto.EvpPKeyBits(pkey);
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
662ForceSetKeySize(Interop.Crypto.EvpPKeyBits(newKey));
System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs (2)
40KeySizeValue = Interop.Crypto.EvpPKeyBits(_key.Value); 71KeySizeValue = Interop.Crypto.EvpPKeyBits(_key.Value);
System\Security\Cryptography\ECDsaOpenSsl.cs (2)
40ForceSetKeySize(Interop.Crypto.EvpPKeyBits(pkeyHandle)); 71ForceSetKeySize(Interop.Crypto.EvpPKeyBits(_key.Value));