Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
HDx509type.c84 ret = EVP_PK_RSA|EVP_PKT_SIGN|EVP_PKT_ENC; in X509_certificate_type()
/dragonfly/crypto/libressl/ssl/
HDssl_clnt.c2456 if ((alg_a & SSL_aRSA) && !has_bits(i, EVP_PK_RSA|EVP_PKT_SIGN)) { in ssl3_check_cert_and_algorithm()
2460 if ((alg_k & SSL_kRSA) && !has_bits(i, EVP_PK_RSA|EVP_PKT_ENC)) { in ssl3_check_cert_and_algorithm()
/dragonfly/crypto/libressl/include/openssl/
HDevp.h88 #define EVP_PK_RSA 0x0001 macro