Searched refs:EVP_PK_RSA (Results 1 – 3 of 3) sorted by relevance
79 ret=EVP_PK_RSA|EVP_PKT_SIGN; in X509_certificate_type()
2205 if ((alg_a & SSL_aRSA) && !has_bits(i, EVP_PK_RSA | EVP_PKT_SIGN)) { in ssl3_check_cert_and_algorithm()2211 if ((alg_k & SSL_kRSA) && !has_bits(i, EVP_PK_RSA | EVP_PKT_ENC)) { in ssl3_check_cert_and_algorithm()
1191 #define EVP_PK_RSA 0x0001 macro