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

  /external/chromium_org/remoting/protocol/
ssl_hmac_channel_authenticator.cc 28 scoped_ptr<SslHmacChannelAuthenticator>
29 SslHmacChannelAuthenticator::CreateForClient(
32 scoped_ptr<SslHmacChannelAuthenticator> result(
33 new SslHmacChannelAuthenticator(auth_key));
38 scoped_ptr<SslHmacChannelAuthenticator>
39 SslHmacChannelAuthenticator::CreateForHost(
43 scoped_ptr<SslHmacChannelAuthenticator> result(
44 new SslHmacChannelAuthenticator(auth_key));
50 SslHmacChannelAuthenticator::SslHmacChannelAuthenticator(
    [all...]
ssl_hmac_channel_authenticator.h 29 // SslHmacChannelAuthenticator implements ChannelAuthenticator that
32 class SslHmacChannelAuthenticator : public ChannelAuthenticator,
47 static scoped_ptr<SslHmacChannelAuthenticator> CreateForClient(
51 static scoped_ptr<SslHmacChannelAuthenticator> CreateForHost(
56 virtual ~SslHmacChannelAuthenticator();
64 SslHmacChannelAuthenticator(const std::string& auth_key);
99 DISALLOW_COPY_AND_ASSIGN(SslHmacChannelAuthenticator);
ssl_hmac_channel_authenticator_unittest.cc 149 client_auth_ = SslHmacChannelAuthenticator::CreateForClient(
151 host_auth_ = SslHmacChannelAuthenticator::CreateForHost(
169 client_auth_ = SslHmacChannelAuthenticator::CreateForClient(
171 host_auth_ = SslHmacChannelAuthenticator::CreateForHost(
v2_authenticator.cc 195 SslHmacChannelAuthenticator::CreateForHost(
199 SslHmacChannelAuthenticator::CreateForClient(

Completed in 186 milliseconds