Home | History | Annotate | Download | only in ssl

Lines Matching refs:algorithm_mkey

803 		    !(c->algorithm_mkey & disabled_mkey) &&
815 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth);
886 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey;
892 if (algorithm_mkey)
893 if ((algorithm_mkey & mask_mkey) == 0)
974 printf("\nName: %s:\nAlgo = %08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, cp->algo_strength);
977 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
1219 if (ca_list[j]->algorithm_mkey)
1223 alg_mkey &= ca_list[j]->algorithm_mkey;
1227 alg_mkey = ca_list[j]->algorithm_mkey;
1546 alg_mkey = cipher->algorithm_mkey;
1764 switch (cipher->algorithm_mkey)