Searched refs:alg_mac (Results 1 – 1 of 1) sorted by relevance
777 uint32_t alg_mac, int min_tls, in ssl_cipher_apply_rule() argument851 if (alg_mac && !(alg_mac & cp->algorithm_mac)) in ssl_cipher_apply_rule()969 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; in ssl_cipher_process_rulestr() local1007 alg_mac = 0; in ssl_cipher_process_rulestr()1119 if (alg_mac) { in ssl_cipher_process_rulestr()1120 alg_mac &= ca_list[j]->algorithm_mac; in ssl_cipher_process_rulestr()1121 if (!alg_mac) { in ssl_cipher_process_rulestr()1126 alg_mac = ca_list[j]->algorithm_mac; in ssl_cipher_process_rulestr()1675 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; in SSL_CIPHER_description() local1689 alg_mac = cipher->algorithm_mac; in SSL_CIPHER_description()[all …]
Completed in 10 milliseconds