/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
D | cryptohome_web_ui_handler.cc | 31 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/ |
D | enterprise_platform_keys_private_api.cc | 89 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()
|
D | enterprise_platform_keys_private_api.h | 61 chromeos::CryptohomeClient* cryptohome_client, 155 chromeos::CryptohomeClient* cryptohome_client, 190 chromeos::CryptohomeClient* cryptohome_client,
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | browser_policy_connector_chromeos.cc | 103 chromeos::CryptohomeClient* cryptohome_client = in BrowserPolicyConnectorChromeOS() local 107 new EnterpriseInstallAttributes(cryptohome_client)); in BrowserPolicyConnectorChromeOS()
|
D | enterprise_install_attributes.h | 54 chromeos::CryptohomeClient* cryptohome_client);
|
D | enterprise_install_attributes.cc | 93 chromeos::CryptohomeClient* cryptohome_client) in EnterpriseInstallAttributes() argument 96 cryptohome_client_(cryptohome_client), in EnterpriseInstallAttributes()
|
D | user_cloud_policy_store_chromeos.h | 44 chromeos::CryptohomeClient* cryptohome_client,
|
D | user_cloud_policy_store_chromeos.cc | 177 chromeos::CryptohomeClient* cryptohome_client, in UserCloudPolicyStoreChromeOS() argument 185 cryptohome_client_(cryptohome_client), in UserCloudPolicyStoreChromeOS()
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
D | attestation_policy_observer.h | 43 CryptohomeClient* cryptohome_client,
|
D | attestation_policy_observer.cc | 112 CryptohomeClient* cryptohome_client, in AttestationPolicyObserver() argument 116 cryptohome_client_(cryptohome_client), in AttestationPolicyObserver()
|
D | platform_verification_flow.cc | 143 CryptohomeClient* cryptohome_client, in PlatformVerificationFlow() argument 147 cryptohome_client_(cryptohome_client), in PlatformVerificationFlow()
|
D | platform_verification_flow.h | 139 CryptohomeClient* cryptohome_client,
|
/external/chromium_org/chromeos/attestation/ |
D | attestation_flow.cc | 86 CryptohomeClient* cryptohome_client, in AttestationFlow() argument 89 cryptohome_client_(cryptohome_client), in AttestationFlow()
|
D | attestation_flow.h | 59 CryptohomeClient* cryptohome_client,
|
/external/chromium_org/chromeos/dbus/ |
D | dbus_thread_manager.cc | 145 CryptohomeClient* cryptohome_client() { in cryptohome_client() function in chromeos::DBusClientBundle 359 return client_bundle_->cryptohome_client(); in GetCryptohomeClient()
|
/external/chromium_org/chromeos/ |
D | chromeos.gyp | 114 'dbus/cryptohome_client.cc', 115 'dbus/cryptohome_client.h',
|
/external/chromium_org/chrome/browser/browsing_data/ |
D | browsing_data_remover_unittest.cc | 1639 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()
|