Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/cros/
Dcryptohome_library.cc25 bool CheckKey(const std::string& user_email, const std::string& passhash) { in CheckKey() function in chromeos::CryptohomeLibraryImpl
260 bool CheckKey(const std::string& user_email, const std::string& passhash) { in CheckKey() function in chromeos::CryptohomeLibraryStubImpl
Dcryptohome_library.h33 virtual bool CheckKey(const std::string& user_email,
Dmock_cryptohome_library.h47 MOCK_METHOD2(CheckKey, bool(const std::string& user_email,
/external/chromium/chrome/browser/chromeos/login/
Dgoogle_authenticator_unittest.cc342 EXPECT_CALL(*mock_library_, CheckKey(username_, hash_ascii_)) in TEST_F()
443 EXPECT_CALL(*mock_library_, CheckKey(username_, hash_ascii_)) in TEST_F()
630 EXPECT_CALL(*mock_library_, CheckKey(username_, _)) in TEST_F()
679 EXPECT_CALL(*mock_library_, CheckKey(username_, _)) in TEST_F()
Dgoogle_authenticator.cc303 if (CrosLibrary::Get()->GetCryptohomeLibrary()->CheckKey( in CheckOffline()