Searched refs:FAILED_TPM (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/managed/
H A Dmanaged_user_authenticator.h30 FAILED_TPM, // Failed to mount/create cryptohome because of TPM error. enumerator in enum:chromeos::ManagedUserAuthenticator::AuthState
H A Dmanaged_user_authenticator.cc208 case FAILED_TPM:
264 return FAILED_TPM;
H A Dmanaged_user_creation_controller_old.cc186 case ManagedUserAuthenticator::FAILED_TPM:
H A Dmanaged_user_creation_controller_new.cc245 case ManagedUserAuthenticator::FAILED_TPM:
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dextended_authenticator.h36 FAILED_TPM, // Failed to mount/create cryptohome because of TPM error. enumerator in enum:chromeos::ExtendedAuthenticator::AuthState
H A Dparallel_authenticator.h65 FAILED_TPM = 5, // Failed to mount/create cryptohome, TPM error. enumerator in enum:chromeos::ParallelAuthenticator::AuthState
H A Dextended_authenticator.cc333 state = FAILED_TPM;
368 state = FAILED_TPM;
H A Dparallel_authenticator.cc565 case FAILED_TPM:
737 return FAILED_TPM;

Completed in 116 milliseconds