Lines Matching refs:algorithm_mkey
704 if ((c->algorithm_mkey & disabled_mkey) || in ssl_cipher_collect_ciphers()
781 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases() local
786 if (algorithm_mkey) in ssl_cipher_collect_aliases()
787 if ((algorithm_mkey & mask_mkey) == 0) in ssl_cipher_collect_aliases()
868 cp->name, cp->algorithm_mkey, cp->algorithm_auth, in ssl_cipher_apply_rule()
874 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
1108 if (ca_list[j]->algorithm_mkey) { in ssl_cipher_process_rulestr()
1110 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1116 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1708 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
2131 int i = ssl_cipher_info_lookup(ssl_cipher_table_kx, c->algorithm_mkey); in SSL_CIPHER_get_kx_nid()