HomeSort by relevance Sort by last modified time
    Searched defs:entropy_hash (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/quic/
quic_sent_entropy_manager_test.cc 60 QuicPacketEntropyHash entropy_hash = 0; local
63 entropy_hash ^= entropies[i];
68 entropy_hash));
quic_received_packet_manager_test.cc 25 QuicPacketEntropyHash entropy_hash) {
28 header.entropy_hash = entropy_hash;
82 QuicPacketEntropyHash entropy_hash = 0; local
85 entropy_hash ^= entropies[i].second;
87 EXPECT_EQ(entropy_hash, received_manager_.EntropyHash(6));
90 entropy_hash ^= 100;
92 entropy_hash ^= entropies[i].second;
96 EXPECT_EQ(entropy_hash, received_manager_.EntropyHash(6));
100 EXPECT_EQ(entropy_hash, received_manager_.EntropyHash(6))
    [all...]
quic_connection_test.cc 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(
2121 QuicPacketEntropyHash entropy_hash = 0; local
    [all...]
quic_protocol.h 414 QuicPacketEntropyHash entropy_hash; member in struct:net::QuicPacketHeader
476 QuicPacketEntropyHash entropy_hash; member in struct:net::ReceivedPacketInfo
519 QuicPacketEntropyHash entropy_hash; member in struct:net::SentPacketInfo
819 QuicPacketEntropyHash entropy_hash,
823 entropy_hash(entropy_hash),
828 QuicPacketEntropyHash entropy_hash; member in struct:net::SerializedPacket

Completed in 77 milliseconds