Home | History | Annotate | Download | only in quic

Lines Matching defs:entropy_hash

505     return serialized_packet.entropy_hash;
818 frame.received_info.entropy_hash =
827 frame.received_info.entropy_hash =
864 frame.received_info.entropy_hash = QuicConnectionPeer::GetSentEntropyHash(
918 frame.received_info.entropy_hash = QuicConnectionPeer::GetSentEntropyHash(
990 frame.received_info.entropy_hash =
1005 frame2.received_info.entropy_hash =
1093 ack_fec.received_info.entropy_hash =
1216 ack_one.received_info.entropy_hash =
1230 nack_two.received_info.entropy_hash =
1254 frame.received_info.entropy_hash = QuicConnectionPeer::GetSentEntropyHash(
1274 frame.received_info.entropy_hash =
1320 nack.received_info.entropy_hash =
1359 frame1.received_info.entropy_hash =
1376 frame2.received_info.entropy_hash =
1399 frame.received_info.entropy_hash = QuicConnectionPeer::GetSentEntropyHash(
1647 ack.received_info.entropy_hash = QuicConnectionPeer::GetSentEntropyHash(
2051 EXPECT_EQ(146u, outgoing_ack()->received_info.entropy_hash);
2059 EXPECT_EQ(34u, outgoing_ack()->received_info.entropy_hash);
2063 ack.sent_info.entropy_hash = kRandomEntropyHash;
2071 outgoing_ack()->received_info.entropy_hash);
2079 EXPECT_EQ(66u, outgoing_ack()->received_info.entropy_hash);
2084 ack.sent_info.entropy_hash = kRandomEntropyHash;
2087 outgoing_ack()->received_info.entropy_hash);
2090 outgoing_ack()->received_info.entropy_hash);
2121 QuicPacketEntropyHash entropy_hash = 0;
2140 entropy_hash ^= packet_entropy_hash;
2143 &connection_, max_sequence_number, missing_packets, entropy_hash))
2273 nack_three.received_info.entropy_hash =