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

  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_authenticator.h 30 FAILED_TPM, // Failed to mount/create cryptohome because of TPM error.
supervised_user_authenticator.cc 211 case FAILED_TPM:
271 return FAILED_TPM;
supervised_user_creation_controller_new.cc 248 case SupervisedUserAuthenticator::FAILED_TPM:
  /external/chromium_org/chromeos/login/auth/
extended_authenticator.h 36 FAILED_TPM, // Failed to mount/create cryptohome because of TPM error.
cryptohome_authenticator.h 65 FAILED_TPM = 5, // Failed to mount/create cryptohome, TPM error.
extended_authenticator_impl.cc 316 state = FAILED_TPM;
351 state = FAILED_TPM;
cryptohome_authenticator.cc 678 case FAILED_TPM:
845 return FAILED_TPM;
    [all...]

Completed in 174 milliseconds