Searched refs:algorithm_ssl (Results 1 – 6 of 6) sorted by relevance
826 !(c->algorithm_ssl & disabled_ssl)) { in ssl_cipher_collect_ciphers()906 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl; in ssl_cipher_collect_aliases() local924 if (algorithm_ssl) in ssl_cipher_collect_aliases()925 if ((algorithm_ssl & mask_ssl) == 0) in ssl_cipher_collect_aliases()997 cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, in ssl_cipher_apply_rule()1002 if (alg_ssl == ~SSL_SSLV2 && cp->algorithm_ssl == SSL_SSLV2) in ssl_cipher_apply_rule()1012 if (alg_ssl && !(alg_ssl & cp->algorithm_ssl)) in ssl_cipher_apply_rule()1320 if (ca_list[j]->algorithm_ssl) { in ssl_cipher_process_rulestr()1322 alg_ssl &= ca_list[j]->algorithm_ssl; in ssl_cipher_process_rulestr()1328 alg_ssl = ca_list[j]->algorithm_ssl; in ssl_cipher_process_rulestr()[all …]
269 if (cipher->algorithm_ssl == SSL_SSLV2) in ssl23_no_ssl2_ciphers()
407 unsigned long algorithm_ssl; /* (major) protocol version */ member
3804 if ((c->algorithm_ssl & SSL_TLSV1_2) && in ssl3_choose_cipher()
1375 if ((c->algorithm_ssl & SSL_TLSV1_2) && in ssl_cipher_list_to_bytes()
970 if ((c->algorithm_ssl & SSL_TLSV1_2) && in ssl3_get_server_hello()