Lines Matching refs:algorithm_mkey
822 !(c->algorithm_mkey & disabled_mkey) && in ssl_cipher_collect_ciphers()
834 c->algorithm_mkey, c->algorithm_auth); in ssl_cipher_collect_ciphers()
902 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases() local
908 if (algorithm_mkey) in ssl_cipher_collect_aliases()
909 if ((algorithm_mkey & mask_mkey) == 0) in ssl_cipher_collect_aliases()
996 cp->name, cp->algorithm_mkey, cp->algorithm_auth, in ssl_cipher_apply_rule()
1004 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
1236 if (ca_list[j]->algorithm_mkey) { in ssl_cipher_process_rulestr()
1238 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1244 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1585 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()