Searched refs:expected_entropy_hash (Results 1 – 1 of 1) sorted by relevance
84 QuicPacketEntropyHash expected_entropy_hash = last_valid_entropy_.entropy; in IsValidEntropy() local87 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()