Lines Matching refs:algorithm_mac
474 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, sslc->algorithm_mac); in ssl_cipher_get_evp_md_mac()
540 && (c->algorithm_mac == SSL_AEAD in ssl_cipher_get_evp()
550 && c->algorithm_mac == SSL_MD5) in ssl_cipher_get_evp()
554 && c->algorithm_mac == SSL_SHA1) in ssl_cipher_get_evp()
559 && c->algorithm_mac == SSL_SHA1) in ssl_cipher_get_evp()
564 && c->algorithm_mac == SSL_SHA256) in ssl_cipher_get_evp()
569 && c->algorithm_mac == SSL_SHA256) in ssl_cipher_get_evp()
673 (c->algorithm_mac & disabled_mac)) in ssl_cipher_collect_ciphers()
750 uint32_t algorithm_mac = cipher_aliases[i].algorithm_mac; in ssl_cipher_collect_aliases() local
764 if (algorithm_mac) in ssl_cipher_collect_aliases()
765 if ((algorithm_mac & mask_mac) == 0) in ssl_cipher_collect_aliases()
839 (unsigned int)cp->algorithm_mac, in ssl_cipher_apply_rule()
851 if (alg_mac && !(alg_mac & cp->algorithm_mac)) in ssl_cipher_apply_rule()
1118 if (ca_list[j]->algorithm_mac) { in ssl_cipher_process_rulestr()
1120 alg_mac &= ca_list[j]->algorithm_mac; in ssl_cipher_process_rulestr()
1126 alg_mac = ca_list[j]->algorithm_mac; in ssl_cipher_process_rulestr()
1689 alg_mac = cipher->algorithm_mac; in SSL_CIPHER_description()
2110 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in SSL_CIPHER_get_digest_nid()
2156 return (c->algorithm_mac & SSL_AEAD) ? 1 : 0; in SSL_CIPHER_is_aead()
2175 } else if (c->algorithm_mac & SSL_AEAD) { in ssl_cipher_get_overhead()