Searched refs:algorithm_mac (Results 1 – 12 of 12) sorted by relevance
504 uint32_t algorithm_mac = ~0u; member587 if (cipher->algorithm_mac == SSL_AEAD) { in ssl_cipher_get_evp_aead()618 } else if (cipher->algorithm_mac == SSL_SHA1) { in ssl_cipher_get_evp_aead()645 } else if (cipher->algorithm_mac == SSL_SHA256) { in ssl_cipher_get_evp_aead()799 alias->algorithm_enc == 0 || alias->algorithm_mac == 0)) { in ssl_cipher_apply_rule()848 !(alias->algorithm_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()1069 alias.algorithm_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()1316 assert(cipher->algorithm_mac == SSL_SHA1); in ssl_cipher_get_record_split_len()1374 return (cipher->algorithm_mac & SSL_AEAD) != 0; in SSL_CIPHER_is_aead()1397 switch (cipher->algorithm_mac) { in SSL_CIPHER_get_digest_nid()[all …]
1720 hs->new_cipher->algorithm_mac != SSL_AEAD) { in can_false_start()
575 uint32_t algorithm_mac;
1721 hs->new_cipher->algorithm_mac != SSL_AEAD) { in can_false_start()
570 uint32_t algorithm_mac;
493 uint32_t algorithm_mac; member570 if (cipher->algorithm_mac == SSL_AEAD) { in ssl_cipher_get_evp_aead()601 } else if (cipher->algorithm_mac == SSL_SHA1) { in ssl_cipher_get_evp_aead()868 !(alg_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()1095 alg_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()1320 assert(cipher->algorithm_mac == SSL_SHA1); in ssl_cipher_get_record_split_len()1383 return (cipher->algorithm_mac & SSL_AEAD) != 0; in SSL_CIPHER_is_aead()1408 switch (cipher->algorithm_mac) { in SSL_CIPHER_get_digest_nid()1463 cipher->algorithm_mac != SSL_AEAD; in SSL_CIPHER_is_block_cipher()1595 alg_mac = cipher->algorithm_mac; in SSL_CIPHER_description()
1649 hs->new_cipher->algorithm_mac != SSL_AEAD) { in can_false_start()
532 uint32_t algorithm_mac;