Lines Matching refs:algorithm_mkey
668 if ((c->algorithm_mkey & disabled_mkey) || in ssl_cipher_collect_ciphers()
745 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases() local
750 if (algorithm_mkey) in ssl_cipher_collect_aliases()
751 if ((algorithm_mkey & mask_mkey) == 0) in ssl_cipher_collect_aliases()
831 cp->name, cp->algorithm_mkey, cp->algorithm_auth, in ssl_cipher_apply_rule()
837 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
1070 if (ca_list[j]->algorithm_mkey) { in ssl_cipher_process_rulestr()
1072 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1078 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1653 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
2074 int i = ssl_cipher_info_lookup(ssl_cipher_table_kx, c->algorithm_mkey); in SSL_CIPHER_get_kx_nid()