Lines Matching refs:algorithm_auth
700 (c->algorithm_auth & disabled_auth) || in ssl_cipher_collect_ciphers()
777 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases() local
785 if (algorithm_auth) in ssl_cipher_collect_aliases()
786 if ((algorithm_auth & mask_auth) == 0) in ssl_cipher_collect_aliases()
863 cp->name, cp->algorithm_mkey, cp->algorithm_auth, in ssl_cipher_apply_rule()
871 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule()
1122 if (ca_list[j]->algorithm_auth) { in ssl_cipher_process_rulestr()
1124 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1130 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1702 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description()
2133 int i = ssl_cipher_info_lookup(ssl_cipher_table_auth, c->algorithm_auth); in SSL_CIPHER_get_auth_nid()