Lines Matching refs:algorithm_mkey
671 if ((c->algorithm_mkey & disabled_mkey) || in ssl_cipher_collect_ciphers()
748 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases() local
753 if (algorithm_mkey) in ssl_cipher_collect_aliases()
754 if ((algorithm_mkey & mask_mkey) == 0) in ssl_cipher_collect_aliases()
837 (unsigned int)cp->algorithm_mkey, in ssl_cipher_apply_rule()
846 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
1083 if (ca_list[j]->algorithm_mkey) { in ssl_cipher_process_rulestr()
1085 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1091 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1687 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
2120 int i = ssl_cipher_info_lookup(ssl_cipher_table_kx, c->algorithm_mkey); in SSL_CIPHER_get_kx_nid()