Home
last modified time | relevance | path

Searched refs:oldpasshash (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/signin/
H A Dlocal_auth_unittest.cc82 std::string oldpasshash = entry->GetLocalAuthCredentials(); in TEST_F() local
83 EXPECT_EQ('1', oldpasshash[0]); in TEST_F()
92 EXPECT_LE(newpasshash.length(), oldpasshash.length()); in TEST_F()