Searched refs:EVP_PKEY_bits (Results 1 – 5 of 5) sorted by relevance
324 EVP_PKEY_bits(private_key) != 256) { in SSL_CTX_set1_tls_channel_id()337 EVP_PKEY_bits(private_key) != 256) { in SSL_set1_tls_channel_id()
193 int EVP_PKEY_bits(EVP_PKEY *pkey) { in EVP_PKEY_bits() function
524 if (((EVP_PKEY_bits(pk) - 1) & 0x7) == 0) { in rsa_ctx_to_pss()
129 OPENSSL_EXPORT int EVP_PKEY_bits(EVP_PKEY *pkey);
1646 BIO_printf(bio,"Server public key is %d bit\n", EVP_PKEY_bits(pktmp)); in show_cert()