Home | History | Annotate | Download | only in ssl

Lines Matching defs:algorithm_mkey

704         if ((c->algorithm_mkey & disabled_mkey) ||
781 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey;
786 if (algorithm_mkey)
787 if ((algorithm_mkey & mask_mkey) == 0)
868 cp->name, cp->algorithm_mkey, cp->algorithm_auth,
874 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
1108 if (ca_list[j]->algorithm_mkey) {
1110 alg_mkey &= ca_list[j]->algorithm_mkey;
1116 alg_mkey = ca_list[j]->algorithm_mkey;
1708 alg_mkey = cipher->algorithm_mkey;
2131 int i = ssl_cipher_info_lookup(ssl_cipher_table_kx, c->algorithm_mkey);