Searched refs:UpdateKeyEx (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
H A Dhomedir_methods.h80 virtual void UpdateKeyEx(const Identification& id,
H A Dmock_homedir_methods.cc34 ON_CALL(*this, UpdateKeyEx(_, _, _, _, _)).WillByDefault(
H A Dmock_homedir_methods.h48 MOCK_METHOD5(UpdateKeyEx,
H A Dhomedir_methods.cc290 virtual void UpdateKeyEx(const Identification& id,
304 DBusThreadManager::Get()->GetCryptohomeClient()->UpdateKeyEx(
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_password_browsertest.cc106 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/
H A Dmock_cryptohome_client.h188 MOCK_METHOD4(UpdateKeyEx,
H A Dcryptohome_client.h498 // Asynchronously calls UpdateKeyEx method. |callback| is called after method
500 // UpdateKeyEx replaces key used for authorization, without affecting any
503 virtual void UpdateKeyEx(
H A Dfake_cryptohome_client.h183 virtual void UpdateKeyEx(
H A Dfake_cryptohome_client.cc512 void FakeCryptohomeClient::UpdateKeyEx( function in class:chromeos::FakeCryptohomeClient
H A Dcryptohome_client.cc787 virtual void UpdateKeyEx(
/external/chromium_org/chromeos/login/auth/
H A Dextended_authenticator_impl.cc262 cryptohome::HomedirMethods::GetInstance()->UpdateKeyEx(

Completed in 3862 milliseconds