Searched refs:ack_entropy_hash (Results 1 – 2 of 2) sorted by relevance
1863 QuicPacketEntropyHash ack_entropy_hash = received_info.entropy_hash; in AppendAckFramePayloadAndTypeByte() local1877 ack_entropy_hash = entropy_calculator_->EntropyHash(ack_largest_observed); in AppendAckFramePayloadAndTypeByte()1881 if (!writer->WriteUInt8(ack_entropy_hash)) { in AppendAckFramePayloadAndTypeByte()
2769 QuicPacketEntropyHash ack_entropy_hash = ProcessAckPacket(&ack); in TEST_F() local2770 EXPECT_EQ((kRandomEntropyHash + ack_entropy_hash), in TEST_F()2773 EXPECT_EQ((kRandomEntropyHash + ack_entropy_hash + (1 << (25 % 8))), in TEST_F()