Searched refs:algorithm_mac (Results 1 – 9 of 9) sorted by relevance
492 uint32_t algorithm_mac; member568 if (cipher->algorithm_mac == SSL_AEAD) { in ssl_cipher_get_evp_aead()599 } else if (cipher->algorithm_mac == SSL_SHA1) { in ssl_cipher_get_evp_aead()816 !(alg_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()1039 alg_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()1277 assert(cipher->algorithm_mac == SSL_SHA1); in ssl_cipher_get_record_split_len()1339 return (cipher->algorithm_mac & SSL_AEAD) != 0; in SSL_CIPHER_is_aead()1362 switch (cipher->algorithm_mac) { in SSL_CIPHER_get_digest_nid()1416 return cipher->algorithm_mac != SSL_AEAD; in SSL_CIPHER_is_block_cipher()1535 alg_mac = cipher->algorithm_mac; in SSL_CIPHER_description()
1668 hs->new_cipher->algorithm_mac != SSL_AEAD) { in can_false_start()
522 uint32_t algorithm_mac;
482 uint32_t algorithm_mac; member558 if (cipher->algorithm_mac == SSL_AEAD) { in ssl_cipher_get_evp_aead()589 } else if (cipher->algorithm_mac == SSL_SHA1) { in ssl_cipher_get_evp_aead()854 !(alg_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()1077 alg_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()1303 assert(cipher->algorithm_mac == SSL_SHA1); in ssl_cipher_get_record_split_len()1365 return (cipher->algorithm_mac & SSL_AEAD) != 0; in SSL_CIPHER_is_aead()1388 switch (cipher->algorithm_mac) { in SSL_CIPHER_get_digest_nid()1442 return cipher->algorithm_mac != SSL_AEAD; in SSL_CIPHER_is_block_cipher()1561 alg_mac = cipher->algorithm_mac; in SSL_CIPHER_description()
1664 hs->new_cipher->algorithm_mac != SSL_AEAD) { in can_false_start()
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;