Lines Matching defs:algorithm_mkey
668 if ((c->algorithm_mkey & disabled_mkey) ||
745 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey;
750 if (algorithm_mkey)
751 if ((algorithm_mkey & mask_mkey) == 0)
831 cp->name, cp->algorithm_mkey, cp->algorithm_auth,
837 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
1070 if (ca_list[j]->algorithm_mkey) {
1072 alg_mkey &= ca_list[j]->algorithm_mkey;
1078 alg_mkey = ca_list[j]->algorithm_mkey;
1653 alg_mkey = cipher->algorithm_mkey;
2074 int i = ssl_cipher_info_lookup(ssl_cipher_table_kx, c->algorithm_mkey);