Return the cryptographic size of a key in bits (for example RSA modulus length).
Declared in <openssl/evp.h>
<openssl/evp.h>
int EVP_PKEY_get_bits(EVP_PKEY const* pkey);
Key size in bits, or 0 if unavailable.