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

  /external/chromium_org/chromeos/cryptohome/
homedir_methods.h 80 virtual void UpdateKeyEx(const Identification& id,
mock_homedir_methods.cc 34 ON_CALL(*this, UpdateKeyEx(_, _, _, _, _)).WillByDefault(
mock_homedir_methods.h 48 MOCK_METHOD5(UpdateKeyEx,
homedir_methods.cc 290 virtual void UpdateKeyEx(const Identification& id,
304 DBusThreadManager::Get()->GetCryptohomeClient()->UpdateKeyEx(
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_password_browsertest.cc 106 EXPECT_CALL(*mock_homedir_methods_, UpdateKeyEx(_, _, _, _, _)).Times(1);
170 EXPECT_CALL(*mock_homedir_methods_, UpdateKeyEx(_, _, _, _, _)).Times(0);
261 EXPECT_CALL(*mock_homedir_methods_, UpdateKeyEx(_, _, _, _, _)).Times(0);
  /external/chromium_org/chromeos/dbus/
mock_cryptohome_client.h 188 MOCK_METHOD4(UpdateKeyEx,
cryptohome_client.h 498 // Asynchronously calls UpdateKeyEx method. |callback| is called after method
500 // UpdateKeyEx replaces key used for authorization, without affecting any
503 virtual void UpdateKeyEx(
fake_cryptohome_client.h 183 virtual void UpdateKeyEx(
fake_cryptohome_client.cc 512 void FakeCryptohomeClient::UpdateKeyEx(
cryptohome_client.cc     [all...]
  /external/chromium_org/chromeos/login/auth/
extended_authenticator_impl.cc 262 cryptohome::HomedirMethods::GetInstance()->UpdateKeyEx(

Completed in 104 milliseconds