Lines Matching refs:algorithm_ssl
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() local
924 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()
1589 alg_ssl = cipher->algorithm_ssl; in SSL_CIPHER_description()