Searched refs:AuthAttemptState (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chromeos/login/auth/ |
D | auth_attempt_state.cc | 14 AuthAttemptState::AuthAttemptState(const UserContext& user_context, in AuthAttemptState() function in chromeos::AuthAttemptState 34 AuthAttemptState::~AuthAttemptState() { in ~AuthAttemptState() 37 void AuthAttemptState::RecordOnlineLoginStatus(const AuthFailure& outcome) { in RecordOnlineLoginStatus() 45 void AuthAttemptState::DisableHosted() { in DisableHosted() 49 void AuthAttemptState::RecordCryptohomeStatus( in RecordCryptohomeStatus() 57 void AuthAttemptState::RecordUsernameHash(const std::string& username_hash) { in RecordUsernameHash() 63 void AuthAttemptState::RecordUsernameHashFailed() { in RecordUsernameHashFailed() 68 void AuthAttemptState::UsernameHashRequested() { in UsernameHashRequested() 72 void AuthAttemptState::ResetCryptohomeStatus() { in ResetCryptohomeStatus() 78 bool AuthAttemptState::online_complete() { in online_complete() [all …]
|
D | cryptohome_authenticator.cc | 56 void TriggerResolve(AuthAttemptState* attempt, in TriggerResolve() 65 void TriggerResolveHash(AuthAttemptState* attempt, in TriggerResolveHash() 79 AuthAttemptState* attempt, in TriggerResolveWithLoginTimeMarker() 89 void RecordKeyErrorAndResolve(AuthAttemptState* attempt, in RecordKeyErrorAndResolve() 99 void OnMount(AuthAttemptState* attempt, in OnMount() 118 void DoMount(AuthAttemptState* attempt, in DoMount() 157 void OnGetSystemSalt(AuthAttemptState* attempt, in OnGetSystemSalt() 181 AuthAttemptState* attempt, in OnGetKeyDataEx() 252 void StartMount(AuthAttemptState* attempt, in StartMount() 277 void MountGuestAndGetHash(AuthAttemptState* attempt, in MountGuestAndGetHash() [all …]
|
D | auth_attempt_state.h | 22 class CHROMEOS_EXPORT AuthAttemptState { 25 AuthAttemptState(const UserContext& user_context, 31 virtual ~AuthAttemptState(); 113 DISALLOW_COPY_AND_ASSIGN(AuthAttemptState);
|
D | online_attempt.h | 27 class AuthAttemptState; variable 32 OnlineAttempt(AuthAttemptState* current_attempt, 65 AuthAttemptState* const attempt_;
|
D | online_attempt_host.h | 23 class AuthAttemptState; variable 63 scoped_ptr<AuthAttemptState> state_;
|
D | test_attempt_state.h | 18 class CHROMEOS_EXPORT TestAttemptState : public AuthAttemptState {
|
D | test_attempt_state.cc | 14 : AuthAttemptState(credentials, in TestAttemptState()
|
D | online_attempt_host.cc | 33 state_.reset(new AuthAttemptState(user_context, in Check()
|
D | online_attempt.cc | 32 OnlineAttempt::OnlineAttempt(AuthAttemptState* current_attempt, in OnlineAttempt()
|
D | cryptohome_authenticator.h | 238 scoped_ptr<AuthAttemptState> current_state_;
|