HomeSort by relevance Sort by last modified time
    Searched full:cryptohome (Results 51 - 75 of 90) sorted by null

1 23 4

  /external/autotest/client/site_tests/login_OwnershipNotRetaken/
login_OwnershipNotRetaken.py 11 from autotest_lib.client.cros import constants, cryptohome, ownership
29 self._cryptohome_proxy = cryptohome.CryptohomeProxy(bus_loop)
  /external/autotest/client/site_tests/login_RemoteOwnership/
login_RemoteOwnership.py 11 from autotest_lib.client.cros import cros_ui, cryptohome, ownership
32 self._cryptohome_proxy = cryptohome.CryptohomeProxy(bus_loop)
  /external/autotest/client/site_tests/login_RetrieveActiveSessions/
login_RetrieveActiveSessions.py 10 from autotest_lib.client.cros import cros_ui, cryptohome
28 cryptohome_proxy = cryptohome.CryptohomeProxy(bus_loop)
  /external/autotest/client/site_tests/platform_CryptohomeMigrateKey/
platform_CryptohomeMigrateKey.py 7 from autotest_lib.client.cros import cryptohome
51 self.proxy = cryptohome.CryptohomeProxy()
  /external/libbrillo/brillo/
cryptohome.h 14 namespace cryptohome { namespace in namespace:brillo
72 } // namespace cryptohome
  /external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/
control 16 cryptohome mounts successfully. Best used on an account with many things to
  /external/cros/system_api/dbus/cryptohome/
signed_secret.proto 8 // The data in this file will be shared in Chrome, Chrome OS (cryptohome),
rpc.proto 6 // Cryptohome where there is an AccountIdentifer argument, an
20 package cryptohome;
73 // These parameters are for inbound data to Cryptohome RPC
107 // |recreated| is set when the cryptohome had to be wiped
110 // a cryptohome for the first time.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
cros_browser_backend.py 45 # Delete test user's cryptohome vault (user data directory).
47 self._cri.RunCmdOnDevice(['cryptohome', '--action=remove', '--force',
212 status += 'Cryptohome not mounted. '
220 """Returns True if cryptohome has mounted, the browser is
225 # Wait for cryptohome to mount.
  /external/autotest/client/site_tests/login_MultiUserPolicy/
login_MultiUserPolicy.py 11 from autotest_lib.client.cros import cryptohome, ownership
37 cryptohome_proxy = cryptohome.CryptohomeProxy(self._bus_loop)
  /external/autotest/client/site_tests/login_OwnershipApi/
login_OwnershipApi.py 11 from autotest_lib.client.cros import cros_ui, cryptohome, ownership
29 self._cryptohome_proxy = cryptohome.CryptohomeProxy(self._bus_loop)
  /external/autotest/client/site_tests/platform_CleanShutdown/
platform_CleanShutdown.py 59 'cryptohome unmount failed')
  /external/autotest/server/site_tests/platform_CryptohomeTPMReOwnServer/
platform_CryptohomeTPMReOwnServer.py 15 The server-side controller for verifying that cryptohome can re-create a
  /external/vboot_reference/
emerge_test.sh 17 chromeos-base/chromeos-cryptohome
  /external/libbrillo/
libbrillo.gypi 23 'libbrillo-cryptohome-<(libbase_ver)',
172 'target_name': 'libbrillo-cryptohome-<(libbase_ver)',
188 'brillo/cryptohome.cc',
  /external/autotest/client/site_tests/login_UserPolicyKeys/
login_UserPolicyKeys.py 11 from autotest_lib.client.cros import cros_ui, cryptohome, ownership
72 self._cryptohome_proxy = cryptohome.CryptohomeProxy(self._bus_loop)
  /external/autotest/server/site_tests/network_WiFi_SuspendStress/
network_WiFi_SuspendStress.py 41 out = self._host.run('cryptohome --action=status').stdout
47 logging.info('Cryptohome did not return a value.')
  /external/autotest/server/site_tests/power_SuspendShutdown/
power_SuspendShutdown.py 138 out = host.run('cryptohome --action=status').stdout.strip()
144 logging.info('Cryptohome did not return a value, retrying.')
  /external/autotest/client/common_lib/cros/
tpm_utils.py 31 out = client.run('cryptohome --action=tpm_status').stdout.strip()
  /external/autotest/client/cros/
ownership.py 7 import common, constants, cryptohome
253 return os.path.join(cryptohome.user_path(user), '.pki', 'nssdb')
259 Assuming the appropriate cryptohome is already mounted, configures the
409 cryptohome.get_user_hash(username),
pkcs11.py 121 verify_cmd = ('cryptohome --action=pkcs11_token_status')
228 lambda: utils.system('cryptohome --action=pkcs11_token_status',
constants.py 62 # Directories to copy out of cryptohome, relative to CRYPTOHOME_MOUNT_PT.
  /external/autotest/client/site_tests/security_DbusMap/
baseline.nobody 116 "Object_name": "org.chromium.Cryptohome",
  /external/autotest/server/site_tests/power_BatteryStateOnResume/
power_BatteryStateOnResume.py 88 cmd_out = host.run('cryptohome --action=status').stdout.strip()
  /external/autotest/client/site_tests/network_ShillInitScripts/
network_ShillInitScripts.py 31 cryptohome_path_command = 'cryptohome-path'
92 # Deduce the root cryptohome directory name for our fake user.
96 # Deduce the user cryptohome directory name for our fake user.
104 # The sanitized hash of the username is the basename of the cryptohome.
119 # Create the fake user's system cryptohome directory.
126 # Create the fake user's user cryptohome directory.

Completed in 388 milliseconds

1 23 4