Searched refs:GetSystemSalt (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
H A Ddevice_id_chromeos.cc14 chromeos::SystemSaltGetter::Get()->GetSystemSalt(callback);
/external/chromium_org/chromeos/cryptohome/
H A Dsystem_salt_getter.cc28 void SystemSaltGetter::GetSystemSalt( function in class:chromeos::SystemSaltGetter
50 DBusThreadManager::Get()->GetCryptohomeClient()->GetSystemSalt(
H A Dsystem_salt_getter_unittest.cc47 TEST_F(SystemSaltGetterTest, GetSystemSalt) {
51 SystemSaltGetter::Get()->GetSystemSalt(
H A Dsystem_salt_getter.h36 void GetSystemSalt(const GetSystemSaltCallback& callback);
43 // Used to implement GetSystemSalt().
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_remove_keys_operation.cc33 SystemSaltGetter::Get()->GetSystemSalt(
H A Deasy_unlock_create_keys_operation.cc324 SystemSaltGetter::Get()->GetSystemSalt(
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_authenticator.cc121 SystemSaltGetter::Get()->GetSystemSalt(
136 SystemSaltGetter::Get()->GetSystemSalt(
152 SystemSaltGetter::Get()->GetSystemSalt(
/external/chromium_org/chromeos/login/auth/
H A Dextended_authenticator_impl.cc47 SystemSaltGetter::Get()->GetSystemSalt(
54 SystemSaltGetter::Get()->GetSystemSalt(
H A Dcryptohome_authenticator.cc237 SystemSaltGetter::Get()->GetSystemSalt(base::Bind(&OnGetSystemSalt,
438 SystemSaltGetter::Get()->GetSystemSalt(
586 SystemSaltGetter::Get()->GetSystemSalt(
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Ddevice_id_fetcher.cc47 chromeos::SystemSaltGetter::Get()->GetSystemSalt(callback);
/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.h41 MOCK_METHOD1(GetSystemSalt, void(const GetSystemSaltCallback& callback));
H A Dcryptohome_client.h54 // A callback for GetSystemSalt().
134 // Calls GetSystemSalt method. |callback| is called after the method call
136 virtual void GetSystemSalt(const GetSystemSaltCallback& callback) = 0;
H A Dfake_cryptohome_client.h39 virtual void GetSystemSalt(const GetSystemSaltCallback& callback) OVERRIDE;
211 // Sets the system salt which will be returned from GetSystemSalt(). By
212 // default, GetSystemSalt() returns the value generated by
H A Dfake_cryptohome_client.cc94 void FakeCryptohomeClient::GetSystemSalt( function in class:chromeos::FakeCryptohomeClient
H A Dcryptohome_client.cc119 virtual void GetSystemSalt(const GetSystemSaltCallback& callback) OVERRIDE {
913 // Handles the result of GetSystemSalt().
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service.cc54 SystemSaltGetter::Get()->GetSystemSalt(

Completed in 7018 milliseconds