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

  /external/chromium_org/remoting/protocol/
channel_authenticator.h 24 class ChannelAuthenticator {
29 virtual ~ChannelAuthenticator() {}
authenticator.h 20 class ChannelAuthenticator;
109 virtual scoped_ptr<ChannelAuthenticator>
authenticator_test_base.h 27 class ChannelAuthenticator;
64 scoped_ptr<ChannelAuthenticator> client_auth_;
65 scoped_ptr<ChannelAuthenticator> host_auth_;
fake_authenticator.h 16 class FakeChannelAuthenticator : public ChannelAuthenticator {
21 // ChannelAuthenticator interface.
70 virtual scoped_ptr<ChannelAuthenticator>
transport.h 45 class ChannelAuthenticator;
105 scoped_ptr<ChannelAuthenticator> authenticator) = 0;
negotiating_authenticator_base.h 68 virtual scoped_ptr<ChannelAuthenticator>
third_party_authenticator_base.h 43 virtual scoped_ptr<ChannelAuthenticator>
me2me_host_authenticator_factory.cc 49 virtual scoped_ptr<ChannelAuthenticator>
52 return scoped_ptr<ChannelAuthenticator>();
pairing_authenticator_base.h 50 virtual scoped_ptr<ChannelAuthenticator>
ssl_hmac_channel_authenticator.h 30 // SslHmacChannelAuthenticator implements ChannelAuthenticator that
33 class SslHmacChannelAuthenticator : public ChannelAuthenticator,
59 // ChannelAuthenticator interface.
third_party_authenticator_base.cc 83 scoped_ptr<ChannelAuthenticator>
v2_authenticator.h 45 virtual scoped_ptr<ChannelAuthenticator>
fake_authenticator.cc 148 scoped_ptr<ChannelAuthenticator>
151 return scoped_ptr<ChannelAuthenticator>(
ssl_hmac_channel_authenticator_unittest.cc 130 scoped_ptr<ChannelAuthenticator> client_auth_;
131 scoped_ptr<ChannelAuthenticator> host_auth_;
negotiating_authenticator_base.cc 99 scoped_ptr<ChannelAuthenticator>
v2_authenticator.cc 183 scoped_ptr<ChannelAuthenticator>
189 return scoped_ptr<ChannelAuthenticator>(
193 return scoped_ptr<ChannelAuthenticator>(
pairing_authenticator_base.cc 90 scoped_ptr<ChannelAuthenticator>
libjingle_transport_factory.cc 63 scoped_ptr<ChannelAuthenticator> authenticator) OVERRIDE;
105 scoped_ptr<ChannelAuthenticator> authenticator_;
168 scoped_ptr<ChannelAuthenticator> authenticator) {
jingle_session.cc 248 scoped_ptr<ChannelAuthenticator> channel_authenticator =
263 scoped_ptr<ChannelAuthenticator> channel_authenticator =
  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.cc 31 virtual scoped_ptr<protocol::ChannelAuthenticator>
93 scoped_ptr<protocol::ChannelAuthenticator>

Completed in 410 milliseconds