Home
last modified time | relevance | path

Searched refs:authenticator_ (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/auth/
Dlogin_performer.cc60 if (authenticator_.get()) in ~LoginPerformer()
61 authenticator_->SetConsumer(NULL); in ~LoginPerformer()
257 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in LoginAsSupervisedUser()
262 authenticator_.get(), in LoginAsSupervisedUser()
268 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in LoginRetailMode()
271 base::Bind(&Authenticator::LoginRetailMode, authenticator_.get())); in LoginRetailMode()
275 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in LoginOffTheRecord()
278 base::Bind(&Authenticator::LoginOffTheRecord, authenticator_.get())); in LoginOffTheRecord()
295 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in LoginAsPublicSession()
299 authenticator_.get(), in LoginAsPublicSession()
[all …]
Dlogin_performer.h134 scoped_refptr<Authenticator> authenticator_; variable
/external/chromium_org/remoting/protocol/
Djingle_session.cc113 authenticator_ = authenticator.Pass(); in StartConnection()
128 authenticator_->GetNextMessage())); in StartConnection()
143 authenticator_ = authenticator.Pass(); in InitializeIncomingConnection()
163 DCHECK_EQ(authenticator_->state(), Authenticator::WAITING_MESSAGE); in AcceptIncomingConnection()
165 authenticator_->ProcessMessage(first_auth_message, base::Bind( in AcceptIncomingConnection()
171 DCHECK_NE(authenticator_->state(), Authenticator::PROCESSING_MESSAGE); in ContinueAcceptIncomingConnection()
172 if (authenticator_->state() == Authenticator::REJECTED) { in ContinueAcceptIncomingConnection()
174 authenticator_->rejection_reason())); in ContinueAcceptIncomingConnection()
183 if (authenticator_->state() == Authenticator::MESSAGE_READY) in ContinueAcceptIncomingConnection()
184 auth_message = authenticator_->GetNextMessage(); in ContinueAcceptIncomingConnection()
[all …]
Dsecure_channel_factory.cc19 authenticator_(authenticator) { in SecureChannelFactory()
20 DCHECK_EQ(authenticator_->state(), Authenticator::ACCEPTED); in SecureChannelFactory()
59 authenticator_->CreateChannelAuthenticator().release(); in OnBaseChannelCreated()
Dsecure_channel_factory.h50 Authenticator* authenticator_; variable
Dconnection_to_host.cc72 authenticator_ = authenticator.Pass(); in Connect()
157 host_jid_, authenticator_.Pass(), candidate_config_.Pass()); in OnSessionManagerReady()
Dconnection_to_host.h160 scoped_ptr<Authenticator> authenticator_; variable
Djingle_session.h165 scoped_ptr<Authenticator> authenticator_; variable
/external/chromium_org/chrome/browser/chromeos/login/
Dlogin_utils.cc233 scoped_refptr<Authenticator> authenticator_; member in chromeos::LoginUtilsImpl
384 user_context, authenticator_, has_auth_cookies, has_active_session, this); in PrepareProfile()
455 if (authenticator_.get()) in CreateAuthenticator()
456 authenticator_->SetConsumer(NULL); in CreateAuthenticator()
457 authenticator_ = NULL; in CreateAuthenticator()
460 if (authenticator_.get() == NULL) { in CreateAuthenticator()
461 authenticator_ = new ChromeCryptohomeAuthenticator(consumer); in CreateAuthenticator()
464 authenticator_->SetConsumer(consumer); in CreateAuthenticator()
466 return authenticator_; in CreateAuthenticator()
Dfake_login_utils.cc111 authenticator_ = new MockAuthenticator(consumer, expected_user_context_); in CreateAuthenticator()
112 return authenticator_; in CreateAuthenticator()
123 if (authenticator_.get()) { in SetExpectedCredentials()
124 static_cast<MockAuthenticator*>(authenticator_.get())-> in SetExpectedCredentials()
Dapp_launch_signin_screen.cc90 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in Login()
94 authenticator_.get(), in Login()
Dfake_login_utils.h45 scoped_refptr<Authenticator> authenticator_;
Dapp_launch_signin_screen.h94 scoped_refptr<Authenticator> authenticator_; variable
/external/chromium_org/chrome/browser/supervised_user/chromeos/
Dmanager_password_service.cc40 authenticator_ = ExtendedAuthenticator::Create(this); in Init()
176 authenticator_->AddKey(manager_key, in GetSupervisedUsersCallback()
219 authenticator_->TransformKeyIfNeeded( in OnAddKeySuccess()
236 authenticator_->AddKey( in OnKeyTransformedIfNeeded()
248 authenticator_->RemoveKey( in OnNewManagerKeySuccess()
260 authenticator_->RemoveKey( in OnOldSupervisedUserKeyDeleted()
Dmanager_password_service.h73 scoped_refptr<ExtendedAuthenticator> authenticator_; variable
/external/chromium_org/chrome/browser/chromeos/login/supervised/
Dsupervised_user_login_flow.cc142 authenticator_ = ExtendedAuthenticator::Create(this); in OnPasswordChangeDataLoaded()
155 authenticator_->AddKey(context_, in OnPasswordChangeDataLoaded()
171 authenticator_->UpdateKeyAuthorized( in OnPasswordChangeDataLoaded()
190 authenticator_->RemoveKey( in OnNewKeyAdded()
Dsupervised_user_creation_controller_new.cc206 authenticator_ = ExtendedAuthenticator::Create(this); in StartCreationImpl()
209 authenticator_->TransformKeyIfNeeded( in StartCreationImpl()
230 authenticator_->CreateMount( in OnKeyTransformedIfNeeded()
294 authenticator_->AddKey( in OnMountSuccess()
Dsupervised_user_login_flow.h54 scoped_refptr<ExtendedAuthenticator> authenticator_; variable
Dsupervised_user_creation_controller_new.h177 scoped_refptr<ExtendedAuthenticator> authenticator_; variable
/external/chromium_org/chrome/browser/chromeos/login/lock/
Dscreen_locker.cc167 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in Init()
464 if (authenticator_.get()) in ~ScreenLocker()
465 authenticator_->SetConsumer(NULL); in ~ScreenLocker()
490 authenticator_ = authenticator; in SetAuthenticator()
Dscreen_locker.h157 scoped_refptr<Authenticator> authenticator_; variable
/external/chromium_org/chrome/browser/chromeos/login/session/
Duser_session_manager.cc248 authenticator_ = authenticator; in StartSession()
753 authenticator_->authentication_profile(), in UserProfileInitialized()
869 CHECK((authenticator_.get() && authenticator_->authentication_profile()) || in RestoreAuthSessionImpl()
887 authenticator_.get() && authenticator_->authentication_profile() in RestoreAuthSessionImpl()
888 ? authenticator_->authentication_profile()->GetRequestContext() in RestoreAuthSessionImpl()
Duser_session_manager.h266 scoped_refptr<Authenticator> authenticator_;
/external/chromium_org/remoting/client/jni/
Dchromoting_jni_instance.cc83 authenticator_.reset(new protocol::NegotiatingClientAuthenticator( in ChromotingJniInstance()
102 DCHECK(!authenticator_); in ~ChromotingJniInstance()
431 client_->Start(signaling_.get(), authenticator_.Pass(), in ConnectToHostOnNetworkThread()
447 authenticator_.reset(); in DisconnectFromHostOnNetworkThread()
Dchromoting_jni_instance.h161 scoped_ptr<protocol::Authenticator> authenticator_; variable