Searched refs:ack_entropy_hash (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_framer.cc1863 QuicPacketEntropyHash ack_entropy_hash = received_info.entropy_hash; local
1877 ack_entropy_hash = entropy_calculator_->EntropyHash(ack_largest_observed);
1881 if (!writer->WriteUInt8(ack_entropy_hash)) {
H A Dquic_connection_test.cc2769 QuicPacketEntropyHash ack_entropy_hash = ProcessAckPacket(&ack); local
2770 EXPECT_EQ((kRandomEntropyHash + ack_entropy_hash),
2773 EXPECT_EQ((kRandomEntropyHash + ack_entropy_hash + (1 << (25 % 8))),

Completed in 173 milliseconds