HomeSort by relevance Sort by last modified time
    Searched full:cryptohome_client (Results 1 - 25 of 50) sorted by null

1 2

  /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 28 #include "chromeos/dbus/cryptohome_client.h"
88 chromeos::CryptohomeClient* cryptohome_client,
92 cryptohome_client_(cryptohome_client),
278 chromeos::CryptohomeClient* cryptohome_client,
282 EPKPChallengeKeyBase(cryptohome_client,
395 chromeos::CryptohomeClient* cryptohome_client,
399 EPKPChallengeKeyBase(cryptohome_client,
  /external/chromium_org/chrome/browser/chromeos/login/
tpm_password_fetcher.cc 10 #include "chromeos/dbus/cryptohome_client.h"
crash_restore_browsertest.cc 16 #include "chromeos/dbus/cryptohome_client.h"
fake_user_manager.cc 11 // As defined in /chromeos/dbus/cryptohome_client.cc.
  /external/chromium_org/chromeos/cryptohome/
cryptohome_util.cc 8 #include "chromeos/dbus/cryptohome_client.h"
system_salt_getter.cc 12 #include "chromeos/dbus/cryptohome_client.h"
  /external/chromium_org/chromeos/attestation/
attestation_flow.cc 9 #include "chromeos/dbus/cryptohome_client.h"
86 CryptohomeClient* cryptohome_client,
89 cryptohome_client_(cryptohome_client),
  /external/chromium_org/chrome/browser/chromeos/login/screens/
eula_screen.cc 12 #include "chromeos/dbus/cryptohome_client.h"
  /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,
user_cloud_policy_store_chromeos.cc 19 #include "chromeos/dbus/cryptohome_client.h"
171 chromeos::CryptohomeClient* cryptohome_client,
179 cryptohome_client_(cryptohome_client),
enterprise_install_attributes.cc 93 chromeos::CryptohomeClient* cryptohome_client)
96 cryptohome_client_(cryptohome_client),
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer.cc 19 #include "chromeos/dbus/cryptohome_client.h"
112 CryptohomeClient* cryptohome_client,
116 cryptohome_client_(cryptohome_client),
attestation_policy_observer.h 43 CryptohomeClient* cryptohome_client,
platform_verification_flow.cc 25 #include "chromeos/dbus/cryptohome_client.h"
118 CryptohomeClient* cryptohome_client,
123 cryptohome_client_(cryptohome_client),
  /external/chromium_org/chromeos/dbus/
dbus_thread_manager.cc 21 #include "chromeos/dbus/cryptohome_client.h"
130 CryptohomeClient* cryptohome_client() { function in class:chromeos::DBusClientBundle
317 return client_bundle_->cryptohome_client();
fake_session_manager_client.cc 11 #include "chromeos/dbus/cryptohome_client.h"
mock_cryptohome_client.h 10 #include "chromeos/dbus/cryptohome_client.h"
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_profile_loader.cc 20 #include "chromeos/dbus/cryptohome_client.h"
  /external/chromium_org/chromeos/
chromeos.gyp 90 'dbus/cryptohome_client.cc',
91 'dbus/cryptohome_client.h',
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen.cc 20 #include "chromeos/dbus/cryptohome_client.h"
  /external/chromium_org/chrome/browser/chromeos/options/
cert_library.cc 19 #include "chromeos/dbus/cryptohome_client.h"
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.h 21 #include "chromeos/dbus/cryptohome_client.h"

Completed in 245 milliseconds

1 2