EVP_PKEY_bits
int EVP_PKEY_bits(const EVP_PKEY *pkey);
LCRYPTO_ALIAS(EVP_PKEY_bits);
LCRYPTO_USED(EVP_PKEY_bits);
if ((EVP_PKEY_bits(pk) & 0x7) == 1)
if ((key_bits = EVP_PKEY_bits(cpk->privatekey)) <= 0)
return (2 * ((EVP_PKEY_bits(dsa->dsa_key) + 7) / 8));
*pkeylen = EVP_PKEY_bits(param);
BIO_printf(out, "DH, %d bits\n", EVP_PKEY_bits(pkey));
BIO_printf(out, "ECDH, %s, %d bits\n", cname, EVP_PKEY_bits(pkey));
EVP_PKEY_bits(pkey));
EVP_PKEY_bits(pktmp));
if (EVP_PKEY_bits(key->pkey) < SSH_RSA_MINIMUM_MODULUS_SIZE) {
EVP_PKEY_bits(key->pkey), SSH_RSA_MINIMUM_MODULUS_SIZE);
if (EVP_PKEY_bits(key->pkey) < SSH_RSA_MINIMUM_MODULUS_SIZE) {
EVP_PKEY_bits(key->pkey),
return EVP_PKEY_bits(k->pkey);
if (EVP_PKEY_bits(key->pkey) < SSH_RSA_MINIMUM_MODULUS_SIZE)
if (EVP_PKEY_bits(key->pkey) < SSH_RSA_MINIMUM_MODULUS_SIZE)
nbits = EVP_PKEY_bits(k->pkey);
if ((bn_len = (EVP_PKEY_bits(pkey) + 7) / 8) <= 0) {