Lines Matching refs:algorithm_mkey
803 !(c->algorithm_mkey & disabled_mkey) && in ssl_cipher_collect_ciphers()
815 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth); in ssl_cipher_collect_ciphers()
886 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases() local
892 if (algorithm_mkey) in ssl_cipher_collect_aliases()
893 if ((algorithm_mkey & mask_mkey) == 0) in ssl_cipher_collect_aliases()
974 …08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm… in ssl_cipher_apply_rule()
977 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
1219 if (ca_list[j]->algorithm_mkey) in ssl_cipher_process_rulestr()
1223 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1227 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1546 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
1764 switch (cipher->algorithm_mkey) in SSL_CIPHER_authentication_method()