Home
last modified time | relevance | path

Searched refs:username_hash_obtained (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chromeos/login/auth/
Dauth_attempt_state.h72 virtual bool username_hash_obtained();
Dauth_attempt_state.cc106 bool AuthAttemptState::username_hash_obtained() { in username_hash_obtained() function in chromeos::AuthAttemptState
Dcryptohome_authenticator.cc795 !current_state_->username_hash_obtained()) { in ResolveState()