Home | History | Annotate | Download | only in ssl

Lines Matching defs:algorithm_mkey

665         if ((c->algorithm_mkey & disabled_mkey) || (c->algorithm_auth & disabled_auth) || (c->algorithm_enc & disabled_enc) || (c->algorithm_mac & disabled_mac))
737 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey;
742 if (algorithm_mkey)
743 if ((algorithm_mkey & mask_mkey) == 0)
827 (unsigned int)cp->algorithm_mkey,
836 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;
1673 alg_mkey = cipher->algorithm_mkey;
2106 int i = ssl_cipher_info_lookup(ssl_cipher_table_kx, c->algorithm_mkey);