Searched refs:algorithm_mac (Results 1 – 3 of 3) sorted by relevance
543 switch (c->algorithm_mac) in ssl_cipher_get_evp()729 !(c->algorithm_mac & disabled_mac) && in ssl_cipher_collect_ciphers()812 unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac; in ssl_cipher_collect_aliases() local827 if (algorithm_mac) in ssl_cipher_collect_aliases()828 if ((algorithm_mac & mask_mac) == 0) in ssl_cipher_collect_aliases()897 …>name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm… in ssl_cipher_apply_rule()906 if (alg_mac && !(alg_mac & cp->algorithm_mac)) in ssl_cipher_apply_rule()1175 if (ca_list[j]->algorithm_mac) in ssl_cipher_process_rulestr()1179 alg_mac &= ca_list[j]->algorithm_mac; in ssl_cipher_process_rulestr()1183 alg_mac = ca_list[j]->algorithm_mac; in ssl_cipher_process_rulestr()[all …]
371 unsigned long algorithm_mac; /* symmetric authentication */ member