Searched refs:algorithm_mac (Results 1 – 7 of 7) sorted by relevance
555 if (c->algorithm_mac == SSL_AEAD) in ssl_cipher_get_evp()581 && c->algorithm_mac == SSL_MD5) in ssl_cipher_get_evp()585 && c->algorithm_mac == SSL_SHA1) in ssl_cipher_get_evp()702 (c->algorithm_mac & disabled_mac)) in ssl_cipher_collect_ciphers()779 uint32_t algorithm_mac = cipher_aliases[i].algorithm_mac; in ssl_cipher_collect_aliases() local793 if (algorithm_mac) in ssl_cipher_collect_aliases()794 if ((algorithm_mac & mask_mac) == 0) in ssl_cipher_collect_aliases()1146 if (ca_list[j]->algorithm_mac) { in ssl_cipher_process_rulestr()1704 alg_mac = cipher->algorithm_mac; in SSL_CIPHER_description()2151 return (c->algorithm_mac & SSL_AEAD) ? 1 : 0; in SSL_CIPHER_is_aead()[all …]
44 switch (s->s3.tmp.new_cipher->algorithm_mac) { in ktls_check_supported_cipher()76 switch (s->s3.tmp.new_cipher->algorithm_mac) { in ktls_configure_crypto()
1019 if (c->algorithm_mac & SSL_MD5) in ssl_security_default_callback()1022 if (minbits > 160 && c->algorithm_mac & SSL_SHA1) in ssl_security_default_callback()
474 uint32_t algorithm_mac; /* symmetric authentication */ member
20 if ((ciph->algorithm_mac & SSL_AEAD) != 0) in cipher_enabled()
1523 if (s->s3.tmp.new_cipher->algorithm_mac == SSL_AEAD in tls_construct_stoc_etm()
1680 && s->s3.tmp.new_cipher->algorithm_mac != SSL_AEAD in tls_parse_stoc_etm()
Completed in 24 milliseconds