HomeSort by relevance Sort by last modified time
    Searched refs:kHashes (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_index_file_unittest.cc 103 static const uint64 kHashes[] = { 11, 22, 33 };
104 static const size_t kNumHashes = arraysize(kHashes);
110 uint64 hash = kHashes[i];
129 SimpleIndex::EntrySet::const_iterator it = new_entries.find(kHashes[i]);
175 static const uint64 kHashes[] = { 11, 22, 33 };
176 static const size_t kNumHashes = arraysize(kHashes);
179 uint64 hash = kHashes[i];
211 EXPECT_EQ(1U, load_index_result.entries.count(kHashes[i]));
  /external/chromium_org/net/cert/
cert_verify_proc.cc 333 static const uint8 kHashes[kNumHashes][base::kSHA1Length] = {
383 memcmp(j->data(), kHashes[i], base::kSHA1Length) == 0) {
  /external/chromium/net/base/
x509_certificate.cc     [all...]

Completed in 547 milliseconds