Home
last modified time | relevance | path

Searched refs:AuthAttemptState (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chromeos/login/auth/
Dauth_attempt_state.cc14 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 …]
Dcryptohome_authenticator.cc56 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 …]
Dauth_attempt_state.h22 class CHROMEOS_EXPORT AuthAttemptState {
25 AuthAttemptState(const UserContext& user_context,
31 virtual ~AuthAttemptState();
113 DISALLOW_COPY_AND_ASSIGN(AuthAttemptState);
Donline_attempt.h27 class AuthAttemptState; variable
32 OnlineAttempt(AuthAttemptState* current_attempt,
65 AuthAttemptState* const attempt_;
Donline_attempt_host.h23 class AuthAttemptState; variable
63 scoped_ptr<AuthAttemptState> state_;
Dtest_attempt_state.h18 class CHROMEOS_EXPORT TestAttemptState : public AuthAttemptState {
Dtest_attempt_state.cc14 : AuthAttemptState(credentials, in TestAttemptState()
Donline_attempt_host.cc33 state_.reset(new AuthAttemptState(user_context, in Check()
Donline_attempt.cc32 OnlineAttempt::OnlineAttempt(AuthAttemptState* current_attempt, in OnlineAttempt()
Dcryptohome_authenticator.h238 scoped_ptr<AuthAttemptState> current_state_;