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

  /external/autotest/client/site_tests/platform_CryptohomeTestAuth/
platform_CryptohomeTestAuth.py 22 user_hash = cryptohome.get_user_hash(test_user)
28 if os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)):
68 if os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)):
  /external/autotest/client/site_tests/platform_CryptohomeChangePassword/
platform_CryptohomeChangePassword.py 29 user_hash = self.__run_cmd(cmd).strip()
36 if os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)):
44 if not os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)):
  /external/autotest/client/site_tests/platform_CryptohomeMount/
platform_CryptohomeMount.py 18 user_hash = cryptohome.get_user_hash(test_user)
  /external/autotest/client/site_tests/network_ShillInitScripts/
mock_flimflam.py 63 def InsertUserProfile(self, profile, user_hash):
67 @param user_hash string user hash associated with this profile.
70 self.add_method_call('InsertUserProfile', (profile, user_hash))
  /external/autotest/client/cros/
cryptohome.py 180 user_hash = get_user_hash(user)
181 logging.debug('Removing vault for user %s with hash %s', user, user_hash)
185 if os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)):
209 user_hash = get_user_hash(user)
210 if not os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)):
219 user_hash = get_user_hash(user)
220 if os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)):
  /system/tpm/attestation/server/
attestation_service.cc 803 std::string user_hash = crypto::SHA256HashString(user); local
815 if (record.user_hash() == user_hash) {
836 new_record->set_user_hash(user_hash);

Completed in 322 milliseconds