Searched defs:expected_entropy_hash (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_sent_entropy_manager.cc84 QuicPacketEntropyHash expected_entropy_hash = last_valid_entropy_.entropy; local
87 expected_entropy_hash ^= GetPacketEntropy(*it);
89 DLOG_IF(WARNING, entropy_hash != expected_entropy_hash)
91 << " expected entropy hash: " << static_cast<int>(expected_entropy_hash);
92 return entropy_hash == expected_entropy_hash;

Completed in 114 milliseconds