Searched refs:CreateSecurePasswordHash (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Dlocal_auth.cc34 std::string CreateSecurePasswordHash(const std::string& salt, function in namespace:__anon4687
131 std::string password_hash = CreateSecurePasswordHash(
183 password_hash = CreateSecurePasswordHash(salt_str, password, encoding);

Completed in 323 milliseconds