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

/external/chromium_org/net/quic/
H A Dquic_framer.cc2036 QuicPacketEntropyHash ack_entropy_hash = frame.entropy_hash; local
2050 ack_entropy_hash = entropy_calculator_->EntropyHash(ack_largest_observed);
2054 if (!writer->WriteUInt8(ack_entropy_hash)) {
H A Dquic_connection_test.cc3202 QuicPacketEntropyHash ack_entropy_hash; local
3205 ack_entropy_hash = ProcessStopWaitingPacket(&frame);
3206 EXPECT_EQ((kRandomEntropyHash + ack_entropy_hash),
3209 EXPECT_EQ((kRandomEntropyHash + ack_entropy_hash + (1 << (25 % 8))),

Completed in 536 milliseconds