Searched refs:EVP_PKEY_bits (Results 1 – 10 of 10) sorted by relevance
6 EVP_PKEY_bits, EVP_PKEY_security_bits, EVP_PKEY_size17 #define EVP_PKEY_bits EVP_PKEY_get_bits82 The EVP_PKEY_bits(), EVP_PKEY_security_bits(), and EVP_PKEY_size() functions
42 return EVP_PKEY_bits(k->pkey); in ssh_rsa_size()428 if (EVP_PKEY_bits(key->pkey) < SSH_RSA_MINIMUM_MODULUS_SIZE) in ssh_rsa_sign()509 if (EVP_PKEY_bits(key->pkey) < SSH_RSA_MINIMUM_MODULUS_SIZE) in ssh_rsa_verify()
1068 if (EVP_PKEY_bits(key->pkey) < SSH_RSA_MINIMUM_MODULUS_SIZE) { in pkcs11_fetch_rsa_pubkey()1070 EVP_PKEY_bits(key->pkey), SSH_RSA_MINIMUM_MODULUS_SIZE); in pkcs11_fetch_rsa_pubkey()1307 if (EVP_PKEY_bits(key->pkey) < SSH_RSA_MINIMUM_MODULUS_SIZE) { in pkcs11_fetch_x509_pubkey()1309 EVP_PKEY_bits(key->pkey), in pkcs11_fetch_x509_pubkey()
1465 nbits = EVP_PKEY_bits(k->pkey); in sshkey_check_rsa_length()
686 EVP_PKEY_bits(3)
859 EVP_PKEY_bits define
1361 #define EVP_PKEY_bits EVP_PKEY_get_bits macro
2690 len = EVP_PKEY_bits(pk); in tls_verify_cb()
295 #define EVP_PKEY_get_bits EVP_PKEY_bits
2342 MLINKS+= EVP_PKEY_get_size.3 EVP_PKEY_bits.3