Searched refs:has_bits (Results 1 – 1 of 1) sorted by relevance
2159 #define has_bits(i, m) (((i) & (m)) == (m)) macro2205 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()2218 !(has_bits(i, EVP_PK_DH | EVP_PKT_EXCH) || dh != NULL)) { in ssl3_check_cert_and_algorithm()