Searched refs:algorithm_mac (Results 1 – 8 of 8) 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 …]
915 if (c->algorithm_mac & SSL_MD5) in ssl_security_default_callback()918 if (minbits > 160 && c->algorithm_mac & SSL_SHA1) in ssl_security_default_callback()
426 uint32_t algorithm_mac; /* symmetric authentication */ member
494 uint32_t algorithm_mac; member571 if (cipher->algorithm_mac == SSL_AEAD) { in ssl_cipher_get_evp_aead()602 } else if (cipher->algorithm_mac == SSL_SHA1) { in ssl_cipher_get_evp_aead()869 !(alg_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()1096 alg_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()1329 assert(cipher->algorithm_mac == SSL_SHA1); in ssl_cipher_get_record_split_len()1385 return (cipher->algorithm_mac & SSL_AEAD) != 0; in SSL_CIPHER_is_aead()1410 switch (cipher->algorithm_mac) { in SSL_CIPHER_get_digest_nid()1465 cipher->algorithm_mac != SSL_AEAD; in SSL_CIPHER_is_block_cipher()1597 alg_mac = cipher->algorithm_mac; in SSL_CIPHER_description()
1545 hs->new_cipher->algorithm_mac != SSL_AEAD || in can_false_start()
516 uint32_t algorithm_mac;
1743 && s->s3->tmp.new_cipher->algorithm_mac != SSL_AEAD in tls_parse_stoc_etm()
1623 if (s->s3->tmp.new_cipher->algorithm_mac == SSL_AEAD in tls_construct_stoc_etm()