Lines Matching refs:algorithm_auth
806 !(c->algorithm_auth & disabled_auth) && in ssl_cipher_collect_ciphers()
817 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth); in ssl_cipher_collect_ciphers()
889 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases() local
898 if (algorithm_auth) in ssl_cipher_collect_aliases()
899 if ((algorithm_auth & mask_auth) == 0) in ssl_cipher_collect_aliases()
980 …lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm… in ssl_cipher_apply_rule()
985 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule()
1236 if (ca_list[j]->algorithm_auth) in ssl_cipher_process_rulestr()
1240 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1244 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1553 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description()
1800 switch (cipher->algorithm_auth) in SSL_CIPHER_authentication_method()
1818 switch (cipher->algorithm_auth) in SSL_CIPHER_authentication_method()