HomeSort by relevance Sort by last modified time
    Searched defs:CreateChannelAuthenticator (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/remoting/protocol/
negotiating_authenticator_base.cc 107 NegotiatingAuthenticatorBase::CreateChannelAuthenticator() const {
109 return current_authenticator_->CreateChannelAuthenticator();
third_party_authenticator_base.cc 90 ThirdPartyAuthenticatorBase::CreateChannelAuthenticator() const {
93 return underlying_->CreateChannelAuthenticator();
pairing_authenticator_base.cc 98 PairingAuthenticatorBase::CreateChannelAuthenticator() const {
99 return v2_authenticator_->CreateChannelAuthenticator();
fake_authenticator.cc 169 FakeAuthenticator::CreateChannelAuthenticator() const {
v2_authenticator.cc 189 V2Authenticator::CreateChannelAuthenticator() const {
  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.cc 33 CreateChannelAuthenticator() const OVERRIDE;
99 PamAuthorizer::CreateChannelAuthenticator() const {
100 return underlying_->CreateChannelAuthenticator();

Completed in 64 milliseconds