Searched refs:algorithm_mac (Results 1 – 10 of 10) sorted by relevance
531 i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in ssl_cipher_get_evp()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()573 c->algorithm_mac == SSL_SHA256 && in ssl_cipher_get_evp()577 c->algorithm_mac == SSL_SHA256 && 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()[all …]
936 if (c->algorithm_mac & SSL_MD5) in ssl_security_default_callback()939 if (minbits > 160 && c->algorithm_mac & SSL_SHA1) in ssl_security_default_callback()
426 uint32_t algorithm_mac; /* symmetric authentication */ member
550 i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in ssl_cipher_get_evp()557 if (c->algorithm_mac == SSL_AEAD) in ssl_cipher_get_evp()586 && c->algorithm_mac == SSL_MD5) in ssl_cipher_get_evp()590 && c->algorithm_mac == SSL_SHA1) in ssl_cipher_get_evp()595 && c->algorithm_mac == SSL_SHA1) in ssl_cipher_get_evp()600 && c->algorithm_mac == SSL_SHA256) in ssl_cipher_get_evp()605 && c->algorithm_mac == SSL_SHA256) in ssl_cipher_get_evp()707 (c->algorithm_mac & disabled_mac)) in ssl_cipher_collect_ciphers()784 uint32_t algorithm_mac = cipher_aliases[i].algorithm_mac; in ssl_cipher_collect_aliases() local798 if (algorithm_mac) in ssl_cipher_collect_aliases()[all …]
44 switch (s->s3.tmp.new_cipher->algorithm_mac) { in ktls_check_supported_cipher()79 switch (s->s3.tmp.new_cipher->algorithm_mac) { in ktls_configure_crypto()
1058 if (c->algorithm_mac & SSL_MD5) in ssl_security_default_callback()1061 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()
1622 if (s->s3->tmp.new_cipher->algorithm_mac == SSL_AEAD in tls_construct_stoc_etm()
1756 && s->s3->tmp.new_cipher->algorithm_mac != SSL_AEAD in tls_parse_stoc_etm()