HomeSort by relevance Sort by last modified time
    Searched refs:CheckKey (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h 33 virtual bool CheckKey(const std::string& user_email,
mock_cryptohome_library.h 47 MOCK_METHOD2(CheckKey, bool(const std::string& user_email,
cryptohome_library.cc 25 bool CheckKey(const std::string& user_email, const std::string& passhash) {
260 bool CheckKey(const std::string& user_email, const std::string& passhash) {
  /external/chromium/chrome/browser/chromeos/login/
google_authenticator_unittest.cc 342 EXPECT_CALL(*mock_library_, CheckKey(username_, hash_ascii_))
443 EXPECT_CALL(*mock_library_, CheckKey(username_, hash_ascii_))
630 EXPECT_CALL(*mock_library_, CheckKey(username_, _))
679 EXPECT_CALL(*mock_library_, CheckKey(username_, _))
google_authenticator.cc 303 if (CrosLibrary::Get()->GetCryptohomeLibrary()->CheckKey(

Completed in 5690 milliseconds