Lines Matching refs:algorithm_mkey
670 if ((c->algorithm_mkey & disabled_mkey) || in ssl_cipher_collect_ciphers()
747 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases() local
752 if (algorithm_mkey) in ssl_cipher_collect_aliases()
753 if ((algorithm_mkey & mask_mkey) == 0) in ssl_cipher_collect_aliases()
836 (unsigned int)cp->algorithm_mkey, in ssl_cipher_apply_rule()
845 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
1082 if (ca_list[j]->algorithm_mkey) { in ssl_cipher_process_rulestr()
1084 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1090 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1686 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
2119 int i = ssl_cipher_info_lookup(ssl_cipher_table_kx, c->algorithm_mkey); in SSL_CIPHER_get_kx_nid()