Lines Matching refs:alg_mkey
775 static void ssl_cipher_apply_rule(uint32_t cipher_id, uint32_t alg_mkey, in ssl_cipher_apply_rule() argument
789 rule, (unsigned int)alg_mkey, (unsigned int)alg_auth, in ssl_cipher_apply_rule()
845 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
969 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; in ssl_cipher_process_rulestr() local
1004 alg_mkey = 0; in ssl_cipher_process_rulestr()
1083 if (alg_mkey) { in ssl_cipher_process_rulestr()
1084 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1085 if (!alg_mkey) { in ssl_cipher_process_rulestr()
1090 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1216 alg_mkey, alg_auth, alg_enc, alg_mac, in ssl_cipher_process_rulestr()
1675 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; in SSL_CIPHER_description() local
1686 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
1693 switch (alg_mkey) { in SSL_CIPHER_description()