Searched refs:alg_ssl (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/crypto/openssl/ssl/ |
| HD | ssl_ciph.c | 968 unsigned long alg_ssl, in ssl_cipher_apply_rule() argument 980 rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, in ssl_cipher_apply_rule() 1040 if (alg_ssl && !(alg_ssl & cp->algorithm_ssl)) in ssl_cipher_apply_rule() 1157 unsigned long alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, in ssl_cipher_process_rulestr() local 1196 alg_ssl = 0; in ssl_cipher_process_rulestr() 1354 if (alg_ssl) { in ssl_cipher_process_rulestr() 1355 alg_ssl &= ca_list[j]->algorithm_ssl; in ssl_cipher_process_rulestr() 1356 if (!alg_ssl) { in ssl_cipher_process_rulestr() 1361 alg_ssl = ca_list[j]->algorithm_ssl; in ssl_cipher_process_rulestr() 1392 alg_ssl, algo_strength, rule, -1, head_p, in ssl_cipher_process_rulestr() [all …]
|