Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509type.c85 ret = EVP_PK_RSA|EVP_PKT_SIGN|EVP_PKT_ENC; in X509_certificate_type()
/openbsd/lib/libcrypto/evp/
H A Devp.h93 #define EVP_PKT_ENC 0x0020 macro
/openbsd/lib/libssl/
H A Dssl_clnt.c2269 if ((alg_k & SSL_kRSA) && !has_bits(i, EVP_PK_RSA|EVP_PKT_ENC)) { in ssl3_check_cert_and_algorithm()