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

/external/chromium_org/net/quic/crypto/
H A Dcert_compressor_test.cc49 static const uint64 set_hash = 42; local
51 CryptoTestUtils::MockCommonCertSets(chain[0], set_hash, 1));
54 StringPiece(reinterpret_cast<const char*>(&set_hash), sizeof(set_hash)),
H A Dcert_compressor.cc164 // to the peer with hash |set_hash| and certificate index |index|.
170 uint64 set_hash; member in struct:net::__anon9419::CertEntry
220 &entry.set_hash, &entry.index)) {
273 memcpy(out, &i->set_hash, sizeof(i->set_hash));
274 out += sizeof(i->set_hash);
395 memcpy(&entry.set_hash, in.data(), sizeof(uint64));
400 StringPiece cert = common_sets->GetCert(entry.set_hash, entry.index);

Completed in 195 milliseconds