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

  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.h 30 FAILED_TPM, // Failed to mount/create cryptohome because of TPM error.
managed_user_authenticator.cc 199 case FAILED_TPM:
255 return FAILED_TPM;
locally_managed_user_creation_controller.cc 169 case ManagedUserAuthenticator::FAILED_TPM:
  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.h 65 FAILED_TPM = 5, // Failed to mount/create cryptohome, TPM error.
parallel_authenticator.cc 534 case FAILED_TPM:
727 return FAILED_TPM;

Completed in 565 milliseconds