HomeSort by relevance Sort by last modified time
    Searched refs:ParallelAuthenticator (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.cc 43 scoped_refptr<ParallelAuthenticator> resolver,
53 scoped_refptr<ParallelAuthenticator> resolver,
68 scoped_refptr<ParallelAuthenticator> resolver,
77 scoped_refptr<ParallelAuthenticator> resolver,
88 ParallelAuthenticator::HashPassword(attempt->user_context.password,
104 scoped_refptr<ParallelAuthenticator> resolver) {
115 scoped_refptr<ParallelAuthenticator> resolver,
134 scoped_refptr<ParallelAuthenticator> resolver,
146 ParallelAuthenticator::HashPassword(old_password, system_salt),
147 ParallelAuthenticator::HashPassword(attempt->user_context.password
    [all...]
parallel_authenticator.h 35 // Resultes are stored in a AuthAttemptState owned by ParallelAuthenticator
54 // TODO(nkostylev): Rename ParallelAuthenticator since it is not doing
56 class ParallelAuthenticator : public Authenticator,
92 explicit ParallelAuthenticator(LoginStatusConsumer* consumer);
165 virtual ~ParallelAuthenticator();
247 DISALLOW_COPY_AND_ASSIGN(ParallelAuthenticator);
parallel_authenticator_unittest.cc 51 hash_ascii_(ParallelAuthenticator::HashPassword(
77 auth_ = new ParallelAuthenticator(&consumer_);
170 void RunResolve(ParallelAuthenticator* auth) {
175 void SetAttemptState(ParallelAuthenticator* auth, TestAttemptState* state) {
179 ParallelAuthenticator::AuthState SetAndResolveState(
180 ParallelAuthenticator* auth, TestAttemptState* state) {
204 scoped_refptr<ParallelAuthenticator> auth_;
231 EXPECT_EQ(ParallelAuthenticator::CONTINUE,
242 EXPECT_EQ(ParallelAuthenticator::FAILED_MOUNT,
253 EXPECT_EQ(ParallelAuthenticator::NEED_OLD_PW
    [all...]
login_utils.cc 711 authenticator_ = new ParallelAuthenticator(consumer);
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.cc 46 const char ParallelAuthenticator::kLocalaccountFile[] = "localaccount";
49 const int ParallelAuthenticator::kClientLoginTimeoutMs = 10000;
51 const int ParallelAuthenticator::kLocalaccountRetryIntervalMs = 20;
55 ParallelAuthenticator::ParallelAuthenticator(LoginStatusConsumer* consumer)
65 ParallelAuthenticator::~ParallelAuthenticator() {}
67 bool ParallelAuthenticator::AuthenticateToLogin(
93 &ParallelAuthenticator::LoadLocalaccount,
98 bool ParallelAuthenticator::AuthenticateToUnlock(const std::string& username
    [all...]
parallel_authenticator.h 37 class ParallelAuthenticator;
49 // ParallelAuthenticator and then call Resolve(). Resolve() will attempt to
55 class ParallelAuthenticator : public Authenticator,
78 explicit ParallelAuthenticator(LoginStatusConsumer* consumer);
79 virtual ~ParallelAuthenticator();
276 DISALLOW_COPY_AND_ASSIGN(ParallelAuthenticator);
parallel_authenticator_unittest.cc 47 ParallelAuthenticator* auth,
48 ParallelAuthenticator::AuthState expected)
63 ParallelAuthenticator* auth_;
64 ParallelAuthenticator::AuthState expected_;
99 auth_ = new ParallelAuthenticator(&consumer_);
140 void ReadLocalaccountFile(ParallelAuthenticator* auth,
145 &ParallelAuthenticator::LoadLocalaccount,
199 void RunResolve(ParallelAuthenticator* auth, MessageLoop* loop) {
202 NewRunnableMethod(auth, &ParallelAuthenticator::Resolve));
206 void SetAttemptState(ParallelAuthenticator* auth, TestAttemptState* state)
    [all...]
login_utils.cc 520 return new ParallelAuthenticator(consumer);
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.cc 68 ParallelAuthenticator::HashPassword(attempt->password, system_salt),
90 ParallelAuthenticator::HashPassword(attempt->password, system_salt),
91 ParallelAuthenticator::HashPassword(master_key, system_salt),

Completed in 163 milliseconds