Lines Matching defs:algorithm_mkey
184 .algorithm_mkey = SSL_kDHE|SSL_kECDHE,
197 .algorithm_mkey = SSL_kRSA,
201 .algorithm_mkey = SSL_kDHE,
205 .algorithm_mkey = SSL_kDHE,
209 .algorithm_mkey = SSL_kECDHE,
213 .algorithm_mkey = SSL_kECDHE,
237 .algorithm_mkey = SSL_kDHE,
242 .algorithm_mkey = SSL_kDHE,
247 .algorithm_mkey = SSL_kECDHE,
252 .algorithm_mkey = SSL_kECDHE,
261 .algorithm_mkey = SSL_kRSA,
266 .algorithm_mkey = SSL_kDHE,
271 .algorithm_mkey = SSL_kECDHE,
601 !(c->algorithm_mkey & disabled_mkey) &&
672 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey;
678 if (algorithm_mkey)
679 if ((algorithm_mkey & mask_mkey) == 0)
749 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
968 if (ca_list[j]->algorithm_mkey) {
970 alg_mkey &= ca_list[j]->algorithm_mkey;
976 alg_mkey = ca_list[j]->algorithm_mkey;
1328 alg_mkey = cipher->algorithm_mkey;
1569 switch (c->algorithm_mkey) {