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

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_auth_request_handler.cc 102 std::string salted_key = local
107 return base::UTF8ToUTF16(base::MD5String(salted_key));
data_reduction_proxy_auth_request_handler_unittest.cc 311 std::string salted_key = salt + kDataReductionProxyKey + salt; local
312 base::string16 expected_hash = base::UTF8ToUTF16(base::MD5String(salted_key));

Completed in 239 milliseconds