Searched refs:algorithm_ssl (Results 1 – 8 of 8) sorted by relevance
854 !(c->algorithm_ssl & disabled_ssl)) { in ssl_cipher_collect_ciphers()934 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl; in ssl_cipher_collect_aliases() local952 if (algorithm_ssl) in ssl_cipher_collect_aliases()953 if ((algorithm_ssl & mask_ssl) == 0) in ssl_cipher_collect_aliases()1025 cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, in ssl_cipher_apply_rule()1040 if (alg_ssl && !(alg_ssl & cp->algorithm_ssl)) in ssl_cipher_apply_rule()1353 if (ca_list[j]->algorithm_ssl) { in ssl_cipher_process_rulestr()1355 alg_ssl &= ca_list[j]->algorithm_ssl; in ssl_cipher_process_rulestr()1361 alg_ssl = ca_list[j]->algorithm_ssl; in ssl_cipher_process_rulestr()1694 alg_ssl = cipher->algorithm_ssl; in SSL_CIPHER_description()
272 if (cipher->algorithm_ssl == SSL_SSLV2) in ssl23_no_ssl2_ciphers()
1195 if (c->algorithm_ssl & SSL_SSLV2) in SSL_CIPHER_standard_name()
696 if ((cp->algorithm_ssl & SSL_SSLV2) == 0 || in get_client_hello()
430 unsigned long algorithm_ssl; /* (major) protocol version */ member
4173 if ((c->algorithm_ssl & SSL_TLSV1_2) && !SSL_USE_TLS1_2_CIPHERS(s)) in ssl3_choose_cipher()
1474 if (c->algorithm_ssl & ct->mask_ssl || in ssl_cipher_list_to_bytes()
1067 if (c->algorithm_ssl & ct->mask_ssl || in ssl3_get_server_hello()