Searched refs:ack_entropy_hash (Results 1 – 2 of 2) sorted by relevance
2059 QuicPacketEntropyHash ack_entropy_hash = received_info.entropy_hash; in AppendAckFrameAndTypeByte() local2073 ack_entropy_hash = entropy_calculator_->EntropyHash(ack_largest_observed); in AppendAckFrameAndTypeByte()2077 if (!writer->WriteUInt8(ack_entropy_hash)) { in AppendAckFrameAndTypeByte()
3286 QuicPacketEntropyHash ack_entropy_hash; in TEST_P() local3290 ack_entropy_hash = ProcessStopWaitingPacket(&frame); in TEST_P()3294 ack_entropy_hash = ProcessAckPacket(&ack); in TEST_P()3296 EXPECT_EQ((kRandomEntropyHash + ack_entropy_hash), in TEST_P()3299 EXPECT_EQ((kRandomEntropyHash + ack_entropy_hash + (1 << (25 % 8))), in TEST_P()