Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:prefix_size

39 std::string HashedIpPrefix(const std::string& ip_prefix, size_t prefix_size) {
47 hash[base::kSHA1Length] = static_cast<char>(prefix_size);
180 size_t prefix_size) {
181 const std::string full_hash_str = HashedIpPrefix(ip_str, prefix_size);