Home
last modified time | relevance | path

Searched refs:EVP_PK_RSA (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/x509/
Dx509type.c79 ret=EVP_PK_RSA|EVP_PKT_SIGN; in X509_certificate_type()
/external/boringssl/src/ssl/
Ds3_clnt.c2205 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()
/external/boringssl/src/include/openssl/
Dx509.h1191 #define EVP_PK_RSA 0x0001 macro