Home | History | Annotate | Download | only in safe_browsing

Lines Matching defs:full_hash

281 // for |full_hash| is found in |cache|, with any matches appended to |results|
285 const SBFullHash& full_hash,
290 citer = cache->find(full_hash.prefix);
304 if (SBFullHashEqual(full_hash, cached_hashes[i].hash))
740 SBFullHash full_hash = SBFullHashForString(url_to_check);
751 return side_effect_free_whitelist_prefix_set_->Exists(full_hash);
1229 full_hash_results.push_back(add_full_hashes[i].full_hash);
1511 new_whitelist.push_back(it->full_hash);
1534 const char* full_hash = it->full_hash.full_hash;
1535 DCHECK_EQ(crypto::kSHA256Length, arraysize(it->full_hash.full_hash));
1538 std::string hashed_ip_prefix(full_hash, base::kSHA1Length);
1539 size_t prefix_size = static_cast<uint8>(full_hash[base::kSHA1Length]);
1555 << " raw:" << base::HexEncode(full_hash, crypto::kSHA256Length)