Searched defs:passhash (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Dlocal_auth_unittest.cc39 std::string passhash = cache.GetLocalAuthCredentialsOfProfileAtIndex(0); local
45 EXPECT_FALSE(passhash.empty());
46 EXPECT_EQ('1', passhash[0]);
47 EXPECT_EQ(passhash.find(password), std::string::npos);
50 base::Base64Decode(passhash.substr(1), &decodedhash);
58 EXPECT_NE(passhash, cache.GetLocalAuthCredentialsOfProfileAtIndex(0));

Completed in 105 milliseconds