Searched refs:alg_auth (Results 1 – 1 of 1) sorted by relevance
/openbsd/lib/libssl/ |
H A D | ssl_ciph.c | 751 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule() 860 unsigned long alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl; in ssl_cipher_process_rulestr() local 899 alg_auth = 0; in ssl_cipher_process_rulestr() 980 if (alg_auth) { in ssl_cipher_process_rulestr() 981 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr() 982 if (!alg_auth) { in ssl_cipher_process_rulestr() 987 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr() 1090 ssl_cipher_apply_rule(cipher_value, alg_mkey, alg_auth, in ssl_cipher_process_rulestr() 1323 unsigned long alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl; in SSL_CIPHER_description() local 1329 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description() [all …]
|