Lines Matching refs:algorithm_mac
347 .algorithm_mac = SSL_AEAD,
351 .algorithm_mac = SSL_MD5,
355 .algorithm_mac = SSL_SHA1,
359 .algorithm_mac = SSL_SHA1,
363 .algorithm_mac = SSL_GOST94,
367 .algorithm_mac = SSL_GOST89MAC,
371 .algorithm_mac = SSL_SHA256,
375 .algorithm_mac = SSL_SHA384,
379 .algorithm_mac = SSL_STREEBOG256,
453 if (ss->cipher->algorithm_mac & SSL_AEAD) in ssl_cipher_get_evp()
483 switch (ss->cipher->algorithm_mac) { in ssl_cipher_get_evp()
519 if (ss->cipher->algorithm_mac == SSL_GOST89MAC) { in ssl_cipher_get_evp()
541 if ((ss->cipher->algorithm_mac & SSL_AEAD) == 0) in ssl_cipher_get_evp_aead()
692 !(c->algorithm_mac & disabled_mac) && in ssl_cipher_collect_ciphers()
763 unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac; in ssl_cipher_collect_aliases() local
778 if (algorithm_mac) in ssl_cipher_collect_aliases()
779 if ((algorithm_mac & mask_mac) == 0) in ssl_cipher_collect_aliases()
843 if (alg_mac && !(alg_mac & cp->algorithm_mac)) in ssl_cipher_apply_rule()
1089 if (ca_list[j]->algorithm_mac) { in ssl_cipher_process_rulestr()
1091 alg_mac &= ca_list[j]->algorithm_mac; in ssl_cipher_process_rulestr()
1097 alg_mac = ca_list[j]->algorithm_mac; in ssl_cipher_process_rulestr()
1427 alg_mac = cipher->algorithm_mac; in SSL_CIPHER_description()
1665 switch (c->algorithm_mac) { in SSL_CIPHER_get_digest_nid()
1724 return (c->algorithm_mac & SSL_AEAD) == SSL_AEAD; in SSL_CIPHER_is_aead()