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