Home
last modified time | relevance | path

Searched refs:StringToSBFullHash (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_util_unittest.cc342 safe_browsing_util::StringToSBFullHash(hash_in, &hash_out); in TEST()
Dsafe_browsing_util.h322 void StringToSBFullHash(const std::string& hash_in, SBFullHash* hash_out);
Dsafe_browsing_service_browsertest.cc276 safe_browsing_util::StringToSBFullHash(full_digest, &full_hash->hash); in GenDigestFullhashResult()
331 safe_browsing_util::StringToSBFullHash(digest, &full_hash); in SetupResponseForDigest()
Dsafe_browsing_util.cc522 void StringToSBFullHash(const std::string& hash_in, SBFullHash* hash_out) { in StringToSBFullHash() function
Dsafe_browsing_service.cc237 safe_browsing_util::StringToSBFullHash(full_hash, check->full_hash.get()); in CheckDownloadHash()