Searched refs:algorithm_mac (Results 1 – 5 of 5) sorted by relevance
538 if (c->algorithm_mac == SSL_AEAD) in ssl_cipher_get_evp()561 c->algorithm_mac == SSL_MD5 && in ssl_cipher_get_evp()565 c->algorithm_mac == SSL_SHA1 && in ssl_cipher_get_evp()569 c->algorithm_mac == SSL_SHA1 && in ssl_cipher_get_evp()671 (c->algorithm_mac & disabled_mac)) in ssl_cipher_collect_ciphers()748 uint32_t algorithm_mac = cipher_aliases[i].algorithm_mac; in ssl_cipher_collect_aliases() local762 if (algorithm_mac) in ssl_cipher_collect_aliases()763 if ((algorithm_mac & mask_mac) == 0) in ssl_cipher_collect_aliases()1108 if (ca_list[j]->algorithm_mac) { in ssl_cipher_process_rulestr()1657 alg_mac = cipher->algorithm_mac; in SSL_CIPHER_description()[all …]
943 if (c->algorithm_mac & SSL_MD5) in ssl_security_default_callback()946 if (minbits > 160 && c->algorithm_mac & SSL_SHA1) in ssl_security_default_callback()
426 uint32_t algorithm_mac; /* symmetric authentication */ member
1612 if (s->s3->tmp.new_cipher->algorithm_mac == SSL_AEAD in tls_construct_stoc_etm()
1733 && s->s3->tmp.new_cipher->algorithm_mac != SSL_AEAD in tls_parse_stoc_etm()