Lines Matching refs:algorithm_auth
705 (c->algorithm_auth & disabled_auth) || in ssl_cipher_collect_ciphers()
782 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases() local
790 if (algorithm_auth) in ssl_cipher_collect_aliases()
791 if ((algorithm_auth & mask_auth) == 0) in ssl_cipher_collect_aliases()
868 cp->name, cp->algorithm_mkey, cp->algorithm_auth, in ssl_cipher_apply_rule()
876 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule()
1120 if (ca_list[j]->algorithm_auth) { in ssl_cipher_process_rulestr()
1122 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1128 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1709 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description()
2140 int i = ssl_cipher_info_lookup(ssl_cipher_table_auth, c->algorithm_auth); in SSL_CIPHER_get_auth_nid()