Lines Matching refs:algorithm_mkey
804 !(c->algorithm_mkey & disabled_mkey) && 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()
887 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases() local
893 if (algorithm_mkey) in ssl_cipher_collect_aliases()
894 if ((algorithm_mkey & mask_mkey) == 0) in ssl_cipher_collect_aliases()
975 …08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm… in ssl_cipher_apply_rule()
978 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
1220 if (ca_list[j]->algorithm_mkey) in ssl_cipher_process_rulestr()
1224 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1228 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1547 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
1765 switch (cipher->algorithm_mkey) in SSL_CIPHER_authentication_method()