Searched refs:ascii_hash (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dtest_attempt_state.cc16 const std::string& ascii_hash,
22 ascii_hash,
29 const std::string& ascii_hash)
30 : AuthAttemptState(username, ascii_hash) {
14 TestAttemptState(const std::string& username, const std::string& password, const std::string& ascii_hash, const std::string& login_token, const std::string& login_captcha, const bool user_is_new) argument
28 TestAttemptState(const std::string& username, const std::string& ascii_hash) argument
H A Dauth_attempt_state.cc18 const std::string& ascii_hash,
24 ascii_hash(ascii_hash),
38 const std::string& ascii_hash)
40 ascii_hash(ascii_hash),
16 AuthAttemptState(const std::string& username, const std::string& password, const std::string& ascii_hash, const std::string& login_token, const std::string& login_captcha, const bool user_is_new) argument
37 AuthAttemptState(const std::string& username, const std::string& ascii_hash) argument
H A Dtest_attempt_state.h21 const std::string& ascii_hash,
26 TestAttemptState(const std::string& username, const std::string& ascii_hash);
H A Dauth_attempt_state.h25 const std::string& ascii_hash,
31 AuthAttemptState(const std::string& username, const std::string& ascii_hash);
70 const std::string ascii_hash; member in class:chromeos::AuthAttemptState
H A Dcryptohome_op.cc55 attempt_->ascii_hash,
104 attempt_->ascii_hash,
108 attempt_->ascii_hash,
152 return lib->AsyncCheckKey(attempt_->username, attempt_->ascii_hash, this);
H A Dparallel_authenticator.cc355 current_state_->ascii_hash);
H A Dparallel_authenticator_unittest.cc539 state_->ascii_hash,

Completed in 129 milliseconds