Searched refs:algorithm_ssl (Results 1 – 7 of 7) sorted by relevance
807 !(c->algorithm_ssl & disabled_ssl)) in ssl_cipher_collect_ciphers()890 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl; in ssl_cipher_collect_aliases() local908 if (algorithm_ssl) in ssl_cipher_collect_aliases()909 if ((algorithm_ssl & mask_ssl) == 0) in ssl_cipher_collect_aliases()974 …m_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, cp->algo_stre… in ssl_cipher_apply_rule()985 if (alg_ssl && !(alg_ssl & cp->algorithm_ssl)) in ssl_cipher_apply_rule()1297 if (ca_list[j]->algorithm_ssl) in ssl_cipher_process_rulestr()1301 alg_ssl &= ca_list[j]->algorithm_ssl; in ssl_cipher_process_rulestr()1305 alg_ssl = ca_list[j]->algorithm_ssl; in ssl_cipher_process_rulestr()1550 alg_ssl = cipher->algorithm_ssl; in SSL_CIPHER_description()
266 if (cipher->algorithm_ssl == SSL_SSLV2) in ssl23_no_ssl2_ciphers()
399 unsigned long algorithm_ssl; /* (major) protocol version */ member
3810 if ((c->algorithm_ssl & SSL_TLSV1_2) && in ssl3_choose_cipher()
1416 if ((c->algorithm_ssl & SSL_TLSV1_2) && in ssl_cipher_list_to_bytes()
1007 if ((c->algorithm_ssl & SSL_TLSV1_2) && in ssl3_get_server_hello()