Searched refs:algorithm_mac (Results 1 – 6 of 6) sorted by relevance
470 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, sslc->algorithm_mac); in ssl_cipher_get_evp_md_mac()536 && (c->algorithm_mac == SSL_AEAD in ssl_cipher_get_evp()546 && c->algorithm_mac == SSL_MD5) in ssl_cipher_get_evp()550 && c->algorithm_mac == SSL_SHA1) in ssl_cipher_get_evp()555 && c->algorithm_mac == SSL_SHA1) in ssl_cipher_get_evp()560 && c->algorithm_mac == SSL_SHA256) in ssl_cipher_get_evp()565 && c->algorithm_mac == SSL_SHA256) in ssl_cipher_get_evp()665 …thm_auth & disabled_auth) || (c->algorithm_enc & disabled_enc) || (c->algorithm_mac & disabled_mac… in ssl_cipher_collect_ciphers()740 uint32_t algorithm_mac = cipher_aliases[i].algorithm_mac; in ssl_cipher_collect_aliases() local754 if (algorithm_mac) in ssl_cipher_collect_aliases()[all …]
1251 if (c->algorithm_mac & SSL_MD5) in ssl_security_default_callback()1254 if (minbits > 160 && c->algorithm_mac & SSL_SHA1) in ssl_security_default_callback()
393 uint32_t algorithm_mac; /* symmetric authentication */ member
20 if ((ciph->algorithm_mac & SSL_AEAD) != 0) in cipher_enabled()
1813 && s->s3.tmp.new_cipher->algorithm_mac != SSL_AEAD in tls_parse_stoc_etm()
1869 if (s->s3.tmp.new_cipher->algorithm_mac == SSL_AEAD in tls_construct_stoc_etm()