Searched refs:CheckKey (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/browser/chromeos/cros/ |
D | cryptohome_library.cc | 25 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
|
D | cryptohome_library.h | 33 virtual bool CheckKey(const std::string& user_email,
|
D | mock_cryptohome_library.h | 47 MOCK_METHOD2(CheckKey, bool(const std::string& user_email,
|
/external/chromium/chrome/browser/chromeos/login/ |
D | google_authenticator_unittest.cc | 342 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()
|
D | google_authenticator.cc | 303 if (CrosLibrary::Get()->GetCryptohomeLibrary()->CheckKey( in CheckOffline()
|