Lines Matching refs:algorithm_auth
671 (c->algorithm_auth & disabled_auth) || in ssl_cipher_collect_ciphers()
748 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases() local
756 if (algorithm_auth) in ssl_cipher_collect_aliases()
757 if ((algorithm_auth & mask_auth) == 0) in ssl_cipher_collect_aliases()
837 (unsigned int)cp->algorithm_auth, in ssl_cipher_apply_rule()
847 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule()
1094 if (ca_list[j]->algorithm_auth) { in ssl_cipher_process_rulestr()
1096 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1102 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1687 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description()
2128 int i = ssl_cipher_info_lookup(ssl_cipher_table_auth, c->algorithm_auth); in SSL_CIPHER_get_auth_nid()