Lines Matching refs:alg_mkey
808 static void ssl_cipher_apply_rule(uint32_t cipher_id, uint32_t alg_mkey,
822 rule, alg_mkey, alg_auth, alg_enc, alg_mac, min_tls,
873 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
999 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength;
1034 alg_mkey = 0;
1108 if (alg_mkey) {
1109 alg_mkey &= ca_list[j]->algorithm_mkey;
1110 if (!alg_mkey) {
1115 alg_mkey = ca_list[j]->algorithm_mkey;
1241 alg_mkey, alg_auth, alg_enc, alg_mac,
1694 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac;
1707 alg_mkey = cipher->algorithm_mkey;
1714 switch (alg_mkey) {