HomeSort by relevance Sort by last modified time
    Searched refs:cryptohome_client (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/chromeos/
cryptohome_web_ui_handler.cc 9 #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/
enterprise_platform_keys_private_api.h 17 #include "chromeos/dbus/cryptohome_client.h"
61 chromeos::CryptohomeClient* cryptohome_client,
155 chromeos::CryptohomeClient* cryptohome_client,
190 chromeos::CryptohomeClient* cryptohome_client,
enterprise_platform_keys_private_api.cc 27 #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,
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer.h 43 CryptohomeClient* cryptohome_client,
attestation_policy_observer.cc 19 #include "chromeos/dbus/cryptohome_client.h"
112 CryptohomeClient* cryptohome_client,
116 cryptohome_client_(cryptohome_client),
platform_verification_flow.h 139 CryptohomeClient* cryptohome_client,
platform_verification_flow.cc 25 #include "chromeos/dbus/cryptohome_client.h"
143 CryptohomeClient* cryptohome_client,
147 cryptohome_client_(cryptohome_client),
  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes.h 16 #include "chromeos/dbus/cryptohome_client.h"
54 chromeos::CryptohomeClient* cryptohome_client);
user_cloud_policy_store_chromeos.h 44 chromeos::CryptohomeClient* cryptohome_client,
browser_policy_connector_chromeos.cc 103 chromeos::CryptohomeClient* cryptohome_client = local
107 new EnterpriseInstallAttributes(cryptohome_client));
enterprise_install_attributes.cc 93 chromeos::CryptohomeClient* cryptohome_client)
96 cryptohome_client_(cryptohome_client),
user_cloud_policy_store_chromeos.cc 19 #include "chromeos/dbus/cryptohome_client.h"
177 chromeos::CryptohomeClient* cryptohome_client,
185 cryptohome_client_(cryptohome_client),
  /external/chromium_org/chromeos/attestation/
attestation_flow.h 59 CryptohomeClient* cryptohome_client,
attestation_flow.cc 9 #include "chromeos/dbus/cryptohome_client.h"
86 CryptohomeClient* cryptohome_client,
89 cryptohome_client_(cryptohome_client),
  /external/chromium_org/chromeos/dbus/
dbus_thread_manager.cc 25 #include "chromeos/dbus/cryptohome_client.h"
145 CryptohomeClient* cryptohome_client() { function in class:chromeos::DBusClientBundle
359 return client_bundle_->cryptohome_client();
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 1639 chromeos::MockCryptohomeClient* cryptohome_client = local
    [all...]

Completed in 497 milliseconds