Lines Matching refs:algorithm_auth
805 !(c->algorithm_auth & disabled_auth) && in ssl_cipher_collect_ciphers()
816 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth); in ssl_cipher_collect_ciphers()
888 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases() local
897 if (algorithm_auth) in ssl_cipher_collect_aliases()
898 if ((algorithm_auth & mask_auth) == 0) in ssl_cipher_collect_aliases()
975 …lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm… in ssl_cipher_apply_rule()
980 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule()
1231 if (ca_list[j]->algorithm_auth) in ssl_cipher_process_rulestr()
1235 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1239 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1548 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description()
1774 switch (cipher->algorithm_auth) in SSL_CIPHER_authentication_method()
1792 switch (cipher->algorithm_auth) in SSL_CIPHER_authentication_method()