Home
last modified time | relevance | path

Searched refs:cryptohome_client (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dcryptohome_web_ui_handler.cc31 CryptohomeClient* cryptohome_client = in OnPageLoaded() local
34 cryptohome_client->IsMounted(GetCryptohomeBoolCallback("is-mounted")); in OnPageLoaded()
35 cryptohome_client->TpmIsReady(GetCryptohomeBoolCallback("tpm-is-ready")); in OnPageLoaded()
36 cryptohome_client->TpmIsEnabled(GetCryptohomeBoolCallback("tpm-is-enabled")); in OnPageLoaded()
37 cryptohome_client->TpmIsOwned(GetCryptohomeBoolCallback("tpm-is-owned")); in OnPageLoaded()
38 cryptohome_client->TpmIsBeingOwned( in OnPageLoaded()
40 cryptohome_client->Pkcs11IsTpmTokenReady( in OnPageLoaded()
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
Denterprise_platform_keys_private_api.cc89 chromeos::CryptohomeClient* cryptohome_client, in EPKPChallengeKeyBase() argument
93 cryptohome_client_(cryptohome_client), in EPKPChallengeKeyBase()
279 chromeos::CryptohomeClient* cryptohome_client, in EPKPChallengeMachineKey() argument
283 EPKPChallengeKeyBase(cryptohome_client, in EPKPChallengeMachineKey()
396 chromeos::CryptohomeClient* cryptohome_client, in EPKPChallengeUserKey() argument
400 EPKPChallengeKeyBase(cryptohome_client, in EPKPChallengeUserKey()
Denterprise_platform_keys_private_api.h61 chromeos::CryptohomeClient* cryptohome_client,
155 chromeos::CryptohomeClient* cryptohome_client,
190 chromeos::CryptohomeClient* cryptohome_client,
/external/chromium_org/chrome/browser/chromeos/policy/
Dbrowser_policy_connector_chromeos.cc103 chromeos::CryptohomeClient* cryptohome_client = in BrowserPolicyConnectorChromeOS() local
107 new EnterpriseInstallAttributes(cryptohome_client)); in BrowserPolicyConnectorChromeOS()
Denterprise_install_attributes.h54 chromeos::CryptohomeClient* cryptohome_client);
Denterprise_install_attributes.cc93 chromeos::CryptohomeClient* cryptohome_client) in EnterpriseInstallAttributes() argument
96 cryptohome_client_(cryptohome_client), in EnterpriseInstallAttributes()
Duser_cloud_policy_store_chromeos.h44 chromeos::CryptohomeClient* cryptohome_client,
Duser_cloud_policy_store_chromeos.cc177 chromeos::CryptohomeClient* cryptohome_client, in UserCloudPolicyStoreChromeOS() argument
185 cryptohome_client_(cryptohome_client), in UserCloudPolicyStoreChromeOS()
/external/chromium_org/chrome/browser/chromeos/attestation/
Dattestation_policy_observer.h43 CryptohomeClient* cryptohome_client,
Dattestation_policy_observer.cc112 CryptohomeClient* cryptohome_client, in AttestationPolicyObserver() argument
116 cryptohome_client_(cryptohome_client), in AttestationPolicyObserver()
Dplatform_verification_flow.cc143 CryptohomeClient* cryptohome_client, in PlatformVerificationFlow() argument
147 cryptohome_client_(cryptohome_client), in PlatformVerificationFlow()
Dplatform_verification_flow.h139 CryptohomeClient* cryptohome_client,
/external/chromium_org/chromeos/attestation/
Dattestation_flow.cc86 CryptohomeClient* cryptohome_client, in AttestationFlow() argument
89 cryptohome_client_(cryptohome_client), in AttestationFlow()
Dattestation_flow.h59 CryptohomeClient* cryptohome_client,
/external/chromium_org/chromeos/dbus/
Ddbus_thread_manager.cc145 CryptohomeClient* cryptohome_client() { in cryptohome_client() function in chromeos::DBusClientBundle
359 return client_bundle_->cryptohome_client(); in GetCryptohomeClient()
/external/chromium_org/chromeos/
Dchromeos.gyp114 'dbus/cryptohome_client.cc',
115 'dbus/cryptohome_client.h',
/external/chromium_org/chrome/browser/browsing_data/
Dbrowsing_data_remover_unittest.cc1639 chromeos::MockCryptohomeClient* cryptohome_client = in TEST_F() local
1642 scoped_ptr<chromeos::CryptohomeClient>(cryptohome_client)); in TEST_F()
1647 EXPECT_CALL(*cryptohome_client, TpmAttestationDeleteKeys(_, _, _, _)) in TEST_F()