HomeSort by relevance Sort by last modified time
    Searched full:cryptohome (Results 101 - 125 of 164) sorted by null

1 2 3 45 6 7

  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_chromeos.cc 63 // the cryptohome remains. This is because deleting the cryptohome for a
65 // cryptohome deletion operation or by getting rid of the in-session
device_cloud_policy_store_chromeos_unittest.cc 20 #include "chromeos/cryptohome/cryptohome_util.h"
browser_policy_connector_chromeos.cc 38 #include "chromeos/cryptohome/system_salt_getter.h"
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow.cc 22 #include "chromeos/cryptohome/async_method_caller.h"
126 async_caller_(cryptohome::AsyncMethodCaller::GetInstance()),
143 cryptohome::AsyncMethodCaller* async_caller,
318 cryptohome::AsyncMethodCaller::DataCallback cryptohome_callback = base::Bind(
  /external/chromium_org/chrome/browser/chromeos/settings/
token_encryptor.cc 13 #include "chromeos/cryptohome/system_salt_getter.h"
device_oauth2_token_service.cc 20 #include "chromeos/cryptohome/system_salt_getter.h"
device_oauth2_token_service_unittest.cc 19 #include "chromeos/cryptohome/system_salt_getter.h"
  /external/chromium_org/chrome/test/telemetry/chromeos/
login_unittest.py 26 """Returns True if cryptohome is mounted"""
27 cryptohomeJSON, _ = self._cri.RunCmdOnDevice(['/usr/sbin/cryptohome',
74 """Verifies cryptohome mount status for regular and guest user and when
86 home, _ = self._cri.RunCmdOnDevice(['/usr/sbin/cryptohome-path',
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
cros_interface.py 403 """Returns the cryptohome mount point for |user|."""
405 ['cryptohome-path', 'user', "'%s'" % user])
407 raise OSError('cryptohome-path failed: %s' % stderr)
411 """Returns True iff |user|'s cryptohome is mounted."""
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_password_browsertest.cc 29 #include "chromeos/cryptohome/mock_async_method_caller.h"
30 #include "chromeos/cryptohome/mock_homedir_methods.h"
supervised_user_creation_screen.h 59 // Called when manager is successfully authenticated against cryptohome, but
supervised_user_login_flow.cc 138 cryptohome::KeyDefinition key(password,
supervised_user_authentication.cc 17 #include "chromeos/cryptohome/signed_secret.pb.h"
  /external/chromium_org/components/user_manager/
user_manager_base.cc 28 #include "chromeos/cryptohome/async_method_caller.h"
77 cryptohome::MountError return_code) {
80 LOG(ERROR) << "Removal of cryptohome for " << user_email
316 cryptohome::AsyncMethodCaller::GetInstance()->AsyncRemove(
398 // cryptohome is to be treated as ephemeral.
414 // cryptohome is to be treated as ephemeral.
432 // cryptohome is to be treated as ephemeral.
461 // cryptohome is to be treated as ephemeral.
    [all...]
user_manager.h 242 // user's cryptohome (wallpaper, avatar, OAuth token status, display name,
280 // address outside that user's cryptohome (wallpaper, avatar, OAuth token
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 92 #include "chromeos/cryptohome/async_method_caller.h"
93 #include "chromeos/cryptohome/homedir_methods.h"
94 #include "chromeos/cryptohome/system_salt_getter.h"
171 cryptohome::AsyncMethodCaller::Initialize();
172 cryptohome::HomedirMethods::Initialize();
199 cryptohome::AsyncMethodCaller::Shutdown();
external_metrics.cc 110 valid_user_actions_.insert("Cryptohome.PKCS11InitFail");
  /external/chromium_org/chrome/browser/chromeos/login/session/
user_session_manager.h 172 // Update Easy unlock cryptohome keys for given user context.
311 // Manages Easy unlock cryptohome keys.
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager.cc 34 #include "chromeos/cryptohome/async_method_caller.h"
52 cryptohome::MountError return_code) {
54 LOG(ERROR) << "Remove cryptohome for " << app
540 cryptohome::AsyncMethodCaller::GetInstance()->AsyncRemove(
  /external/chromium_org/chrome/browser/renderer_host/pepper/
device_id_fetcher.cc 13 #include "chromeos/cryptohome/system_salt_getter.h"
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_password_changed.js 150 * Starts migration process by removing old cryptohome and re-syncing data.
  /external/chromium_org/chromeos/dbus/
dbus_client_bundle.h 63 CRYPTOHOME = 1 << 3,
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
cros_unittest.py 16 """Verifies cryptohome mount status for regular and guest user and when
  /external/chromium_org/chrome/common/
chrome_constants.h 161 // Legacy profile dir that was used when only one cryptohome has been mounted.
  /external/chromium_org/chrome/browser/signin/
easy_unlock_service_signin_chromeos.cc 21 // The maximum allowed backoff interval when waiting for cryptohome to start.

Completed in 1142 milliseconds

1 2 3 45 6 7