Home
last modified time | relevance | path

Searched refs:expected_entropy_hash (Results 1 – 1 of 1) sorted by relevance

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