Searched refs:cryptohome_client (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dcryptohome_web_ui_handler.cc9 #include "chromeos/dbus/cryptohome_client.h"
31 CryptohomeClient* cryptohome_client = local
34 cryptohome_client->IsMounted(GetCryptohomeBoolCallback("is-mounted"));
35 cryptohome_client->TpmIsReady(GetCryptohomeBoolCallback("tpm-is-ready"));
36 cryptohome_client->TpmIsEnabled(GetCryptohomeBoolCallback("tpm-is-enabled"));
37 cryptohome_client->TpmIsOwned(GetCryptohomeBoolCallback("tpm-is-owned"));
38 cryptohome_client->TpmIsBeingOwned(
40 cryptohome_client->Pkcs11IsTpmTokenReady(
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api.h17 #include "chromeos/dbus/cryptohome_client.h"
61 chromeos::CryptohomeClient* cryptohome_client,
155 chromeos::CryptohomeClient* cryptohome_client,
190 chromeos::CryptohomeClient* cryptohome_client,
H A Denterprise_platform_keys_private_api.cc27 #include "chromeos/dbus/cryptohome_client.h"
89 chromeos::CryptohomeClient* cryptohome_client,
93 cryptohome_client_(cryptohome_client),
279 chromeos::CryptohomeClient* cryptohome_client,
283 EPKPChallengeKeyBase(cryptohome_client,
396 chromeos::CryptohomeClient* cryptohome_client,
400 EPKPChallengeKeyBase(cryptohome_client,
88 EPKPChallengeKeyBase( chromeos::CryptohomeClient* cryptohome_client, cryptohome::AsyncMethodCaller* async_caller, chromeos::attestation::AttestationFlow* attestation_flow, policy::EnterpriseInstallAttributes* install_attributes) argument
278 EPKPChallengeMachineKey( chromeos::CryptohomeClient* cryptohome_client, cryptohome::AsyncMethodCaller* async_caller, chromeos::attestation::AttestationFlow* attestation_flow, policy::EnterpriseInstallAttributes* install_attributes) argument
395 EPKPChallengeUserKey( chromeos::CryptohomeClient* cryptohome_client, cryptohome::AsyncMethodCaller* async_caller, chromeos::attestation::AttestationFlow* attestation_flow, policy::EnterpriseInstallAttributes* install_attributes) argument
/external/chromium_org/chromeos/cryptohome/
H A Dhomedir_methods_unittest.cc12 #include "chromeos/dbus/cryptohome_client.h"
87 scoped_ptr<chromeos::MockCryptohomeClient> cryptohome_client(
89 cryptohome_client_ = cryptohome_client.get();
91 cryptohome_client.PassAs<chromeos::CryptohomeClient>());
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dattestation_policy_observer.h43 CryptohomeClient* cryptohome_client,
H A Dattestation_policy_observer.cc19 #include "chromeos/dbus/cryptohome_client.h"
112 CryptohomeClient* cryptohome_client,
116 cryptohome_client_(cryptohome_client),
110 AttestationPolicyObserver( policy::CloudPolicyClient* policy_client, CryptohomeClient* cryptohome_client, AttestationFlow* attestation_flow) argument
H A Dplatform_verification_flow.h141 CryptohomeClient* cryptohome_client,
H A Dplatform_verification_flow.cc23 #include "chromeos/dbus/cryptohome_client.h"
144 CryptohomeClient* cryptohome_client,
148 cryptohome_client_(cryptohome_client),
141 PlatformVerificationFlow( AttestationFlow* attestation_flow, cryptohome::AsyncMethodCaller* async_caller, CryptohomeClient* cryptohome_client, Delegate* delegate) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dbrowser_policy_connector_chromeos.cc39 #include "chromeos/dbus/cryptohome_client.h"
109 chromeos::CryptohomeClient* cryptohome_client = local
113 new EnterpriseInstallAttributes(cryptohome_client));
155 chromeos::CryptohomeClient* cryptohome_client = local
158 new ConsumerManagementService(cryptohome_client,
H A Denterprise_install_attributes.h17 #include "chromeos/dbus/cryptohome_client.h"
44 chromeos::CryptohomeClient* cryptohome_client);
H A Duser_cloud_policy_store_chromeos.h44 chromeos::CryptohomeClient* cryptohome_client,
H A Denterprise_install_attributes.cc57 chromeos::CryptohomeClient* cryptohome_client)
60 cryptohome_client_(cryptohome_client),
56 EnterpriseInstallAttributes( chromeos::CryptohomeClient* cryptohome_client) argument
H A Duser_cloud_policy_store_chromeos.cc19 #include "chromeos/dbus/cryptohome_client.h"
177 chromeos::CryptohomeClient* cryptohome_client,
185 cryptohome_client_(cryptohome_client),
176 UserCloudPolicyStoreChromeOS( chromeos::CryptohomeClient* cryptohome_client, chromeos::SessionManagerClient* session_manager_client, scoped_refptr<base::SequencedTaskRunner> background_task_runner, const std::string& username, const base::FilePath& user_policy_key_dir, const base::FilePath& legacy_token_cache_file, const base::FilePath& legacy_policy_cache_file) argument
/external/chromium_org/chromeos/attestation/
H A Dattestation_flow.h59 CryptohomeClient* cryptohome_client,
H A Dattestation_flow.cc9 #include "chromeos/dbus/cryptohome_client.h"
86 CryptohomeClient* cryptohome_client,
89 cryptohome_client_(cryptohome_client),
85 AttestationFlow(cryptohome::AsyncMethodCaller* async_caller, CryptohomeClient* cryptohome_client, scoped_ptr<ServerProxy> server_proxy) argument
/external/chromium_org/chromeos/dbus/
H A Ddbus_client_bundle.h141 CryptohomeClient* cryptohome_client() { function in class:chromeos::DBusClientBundle
H A Ddbus_thread_manager.cc22 #include "chromeos/dbus/cryptohome_client.h"
169 return client_bundle_->cryptohome_client();
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_unittest.cc1768 chromeos::MockCryptohomeClient* cryptohome_client = local
1771 scoped_ptr<chromeos::CryptohomeClient>(cryptohome_client));
1775 EXPECT_CALL(*cryptohome_client, TpmAttestationDeleteKeys(_, _, _, _))

Completed in 651 milliseconds