Home
last modified time | relevance | path

Searched refs:algorithm_mac (Results 1 – 6 of 6) sorted by relevance

/openssl/ssl/
H A Dssl_ciph.c540 && (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()
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()
1118 if (ca_list[j]->algorithm_mac) { in ssl_cipher_process_rulestr()
1689 alg_mac = cipher->algorithm_mac; in SSL_CIPHER_description()
2156 return (c->algorithm_mac & SSL_AEAD) ? 1 : 0; in SSL_CIPHER_is_aead()
[all …]
H A Dssl_cert.c1238 if (c->algorithm_mac & SSL_MD5) in ssl_security_default_callback()
1241 if (minbits > 160 && c->algorithm_mac & SSL_SHA1) in ssl_security_default_callback()
H A Dssl_local.h396 uint32_t algorithm_mac; /* symmetric authentication */ member
/openssl/test/
H A Dcipher_overhead_test.c20 if ((ciph->algorithm_mac & SSL_AEAD) != 0) in cipher_enabled()
/openssl/ssl/statem/
H A Dextensions_srvr.c1584 if (s->s3.tmp.new_cipher->algorithm_mac == SSL_AEAD in tls_construct_stoc_etm()
H A Dextensions_clnt.c1771 && s->s3.tmp.new_cipher->algorithm_mac != SSL_AEAD in tls_parse_stoc_etm()

Completed in 40 milliseconds