Lines Matching defs:algorithm_mkey
703 if ((c->algorithm_mkey & disabled_mkey) ||
780 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey;
785 if (algorithm_mkey)
786 if ((algorithm_mkey & mask_mkey) == 0)
867 cp->name, cp->algorithm_mkey, cp->algorithm_auth,
873 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
1107 if (ca_list[j]->algorithm_mkey) {
1109 alg_mkey &= ca_list[j]->algorithm_mkey;
1115 alg_mkey = ca_list[j]->algorithm_mkey;
1707 alg_mkey = cipher->algorithm_mkey;
2130 int i = ssl_cipher_info_lookup(ssl_cipher_table_kx, c->algorithm_mkey);