Lines Matching refs:algorithm_mkey
187 .algorithm_mkey = SSL_kDHE|SSL_kECDHE,
200 .algorithm_mkey = SSL_kRSA,
204 .algorithm_mkey = SSL_kDHE,
208 .algorithm_mkey = SSL_kDHE,
212 .algorithm_mkey = SSL_kECDHE,
216 .algorithm_mkey = SSL_kECDHE,
220 .algorithm_mkey = SSL_kGOST,
260 .algorithm_mkey = SSL_kDHE,
265 .algorithm_mkey = SSL_kDHE,
270 .algorithm_mkey = SSL_kECDHE,
275 .algorithm_mkey = SSL_kECDHE,
284 .algorithm_mkey = SSL_kRSA,
289 .algorithm_mkey = SSL_kDHE,
294 .algorithm_mkey = SSL_kECDHE,
689 !(c->algorithm_mkey & disabled_mkey) && in ssl_cipher_collect_ciphers()
760 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases() local
766 if (algorithm_mkey) in ssl_cipher_collect_aliases()
767 if ((algorithm_mkey & mask_mkey) == 0) in ssl_cipher_collect_aliases()
837 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
1056 if (ca_list[j]->algorithm_mkey) { in ssl_cipher_process_rulestr()
1058 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1064 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1424 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
1690 switch (c->algorithm_mkey) { in SSL_CIPHER_get_kx_nid()