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:__anon5921
119 std::string password_hash = CreateSecurePasswordHash(
175 password_hash = CreateSecurePasswordHash(salt_str, password, encoding);

Completed in 122 milliseconds