Lines Matching refs:alg_mac
811 uint32_t alg_mac, int min_tls, in ssl_cipher_apply_rule() argument
823 rule, alg_mkey, alg_auth, alg_enc, alg_mac, min_tls, in ssl_cipher_apply_rule()
880 if (alg_mac && !(alg_mac & cp->algorithm_mac)) in ssl_cipher_apply_rule()
1000 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; in ssl_cipher_process_rulestr() local
1038 alg_mac = 0; in ssl_cipher_process_rulestr()
1145 if (alg_mac) { in ssl_cipher_process_rulestr()
1146 alg_mac &= ca_list[j]->algorithm_mac; in ssl_cipher_process_rulestr()
1147 if (!alg_mac) { in ssl_cipher_process_rulestr()
1152 alg_mac = ca_list[j]->algorithm_mac; in ssl_cipher_process_rulestr()
1242 alg_mkey, alg_auth, alg_enc, alg_mac, in ssl_cipher_process_rulestr()
1695 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; in SSL_CIPHER_description() local
1711 alg_mac = cipher->algorithm_mac; in SSL_CIPHER_description()
1863 switch (alg_mac) { in SSL_CIPHER_description()