Lines Matching refs:algorithm_mkey
726 !(c->algorithm_mkey & disabled_mkey) && in ssl_cipher_collect_ciphers()
738 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth); in ssl_cipher_collect_ciphers()
809 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases() local
815 if (algorithm_mkey) in ssl_cipher_collect_aliases()
816 if ((algorithm_mkey & mask_mkey) == 0) in ssl_cipher_collect_aliases()
897 …08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm… in ssl_cipher_apply_rule()
900 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
1143 if (ca_list[j]->algorithm_mkey) in ssl_cipher_process_rulestr()
1147 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1151 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1466 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()