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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/
cryptohome_web_ui_handler.cc 9 #include "chromeos/dbus/cryptohome_client.h"
28 CryptohomeClient* cryptohome_client = local
31 cryptohome_client->IsMounted(GetCryptohomeBoolCallback("is-mounted"));
32 cryptohome_client->TpmIsReady(GetCryptohomeBoolCallback("tpm-is-ready"));
33 cryptohome_client->TpmIsEnabled(GetCryptohomeBoolCallback("tpm-is-enabled"));
34 cryptohome_client->TpmIsOwned(GetCryptohomeBoolCallback("tpm-is-owned"));
35 cryptohome_client->TpmIsBeingOwned(
37 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"
60 chromeos::CryptohomeClient* cryptohome_client,
132 chromeos::CryptohomeClient* cryptohome_client,
167 chromeos::CryptohomeClient* cryptohome_client,
enterprise_platform_keys_private_api.cc 29 #include "chromeos/dbus/cryptohome_client.h"
70 chromeos::CryptohomeClient* cryptohome_client,
74 cryptohome_client_(cryptohome_client),
238 chromeos::CryptohomeClient* cryptohome_client,
242 EPKPChallengeKeyBase(cryptohome_client,
357 chromeos::CryptohomeClient* cryptohome_client,
361 EPKPChallengeKeyBase(cryptohome_client,
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer.h 43 CryptohomeClient* cryptohome_client,
attestation_policy_observer.cc 21 #include "chromeos/dbus/cryptohome_client.h"
111 CryptohomeClient* cryptohome_client,
115 cryptohome_client_(cryptohome_client),
  /external/chromium_org/chrome/browser/policy/
profile_policy_connector.cc 32 #include "chromeos/dbus/cryptohome_client.h"
115 chromeos::CryptohomeClient* cryptohome_client = local
117 cryptohome_client->GetSanitizedUsername(
browser_policy_connector.cc 73 #include "chromeos/dbus/cryptohome_client.h"
119 chromeos::CryptohomeClient* cryptohome_client = local
122 new EnterpriseInstallAttributes(cryptohome, cryptohome_client));
  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes.h 17 #include "chromeos/dbus/cryptohome_client.h"
59 chromeos::CryptohomeClient* cryptohome_client);
user_cloud_policy_store_chromeos.h 39 chromeos::CryptohomeClient* cryptohome_client,
enterprise_install_attributes.cc 92 chromeos::CryptohomeClient* cryptohome_client)
96 cryptohome_client_(cryptohome_client),
user_cloud_policy_store_chromeos.cc 19 #include "chromeos/dbus/cryptohome_client.h"
166 chromeos::CryptohomeClient* cryptohome_client,
172 : cryptohome_client_(cryptohome_client),
  /external/chromium_org/chromeos/attestation/
attestation_flow.h 58 CryptohomeClient* cryptohome_client,
attestation_flow.cc 9 #include "chromeos/dbus/cryptohome_client.h"
95 CryptohomeClient* cryptohome_client,
98 cryptohome_client_(cryptohome_client),
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 37 #include "chromeos/dbus/cryptohome_client.h"
1131 chromeos::CryptohomeClient* cryptohome_client = local
    [all...]

Completed in 296 milliseconds