Lines Matching refs:algorithm_auth
669 (c->algorithm_auth & disabled_auth) || in ssl_cipher_collect_ciphers()
746 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases() local
754 if (algorithm_auth) in ssl_cipher_collect_aliases()
755 if ((algorithm_auth & mask_auth) == 0) in ssl_cipher_collect_aliases()
831 cp->name, cp->algorithm_mkey, cp->algorithm_auth, in ssl_cipher_apply_rule()
839 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule()
1084 if (ca_list[j]->algorithm_auth) { in ssl_cipher_process_rulestr()
1086 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1092 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1656 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description()
2085 int i = ssl_cipher_info_lookup(ssl_cipher_table_auth, c->algorithm_auth); in SSL_CIPHER_get_auth_nid()