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

  /external/chromium_org/net/quic/crypto/
cert_compressor_test.cc 49 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)),
cert_compressor.cc 164 // to the peer with hash |set_hash| and certificate index |index|.
170 uint64 set_hash; member in struct:net::__anon13447::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 418 milliseconds