Home
last modified time | relevance | path

Searched refs:CreateChannelAuthenticator (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/remoting/host/
Dpam_authorization_factory_posix.cc32 CreateChannelAuthenticator() const OVERRIDE;
94 PamAuthorizer::CreateChannelAuthenticator() const { in CreateChannelAuthenticator() function in remoting::PamAuthorizer
95 return underlying_->CreateChannelAuthenticator(); in CreateChannelAuthenticator()
/external/chromium_org/remoting/protocol/
Dthird_party_authenticator_base.cc84 ThirdPartyAuthenticatorBase::CreateChannelAuthenticator() const { in CreateChannelAuthenticator() function in remoting::protocol::ThirdPartyAuthenticatorBase
87 return underlying_->CreateChannelAuthenticator(); in CreateChannelAuthenticator()
Dnegotiating_authenticator_base.cc100 NegotiatingAuthenticatorBase::CreateChannelAuthenticator() const { in CreateChannelAuthenticator() function in remoting::protocol::NegotiatingAuthenticatorBase
102 return current_authenticator_->CreateChannelAuthenticator(); in CreateChannelAuthenticator()
Dv2_authenticator_unittest.cc69 client_auth_ = client_->CreateChannelAuthenticator(); in TEST_F()
70 host_auth_ = host_->CreateChannelAuthenticator(); in TEST_F()
Dpairing_authenticator_base.cc91 PairingAuthenticatorBase::CreateChannelAuthenticator() const { in CreateChannelAuthenticator() function in remoting::protocol::PairingAuthenticatorBase
92 return v2_authenticator_->CreateChannelAuthenticator(); in CreateChannelAuthenticator()
Dthird_party_authenticator_unittest.cc147 client_auth_ = client_->CreateChannelAuthenticator(); in TEST_F()
148 host_auth_ = host_->CreateChannelAuthenticator(); in TEST_F()
Dnegotiating_authenticator_base.h69 CreateChannelAuthenticator() const OVERRIDE;
Dauthenticator.h110 CreateChannelAuthenticator() const = 0;
Dthird_party_authenticator_base.h44 CreateChannelAuthenticator() const OVERRIDE;
Dpairing_authenticator_base.h51 CreateChannelAuthenticator() const OVERRIDE;
Dv2_authenticator.h46 CreateChannelAuthenticator() const OVERRIDE;
Dnegotiating_authenticator_unittest.cc123 client_auth_ = client_->CreateChannelAuthenticator(); in VerifyAccepted()
124 host_auth_ = host_->CreateChannelAuthenticator(); in VerifyAccepted()
Dfake_authenticator.h71 CreateChannelAuthenticator() const OVERRIDE;
Dme2me_host_authenticator_factory.cc50 CreateChannelAuthenticator() const OVERRIDE { in CreateChannelAuthenticator() function in remoting::protocol::__anondd4c0d220111::RejectingAuthenticator
Dfake_authenticator.cc149 FakeAuthenticator::CreateChannelAuthenticator() const { in CreateChannelAuthenticator() function in remoting::protocol::FakeAuthenticator
Dv2_authenticator.cc184 V2Authenticator::CreateChannelAuthenticator() const { in CreateChannelAuthenticator() function in remoting::protocol::V2Authenticator
Djingle_session.cc249 authenticator_->CreateChannelAuthenticator(); in CreateStreamChannel()
264 authenticator_->CreateChannelAuthenticator(); in CreateDatagramChannel()