SslHmacChannelAuthenticator 28 remoting/protocol/ssl_hmac_channel_authenticator.cc scoped_ptr<SslHmacChannelAuthenticator> SslHmacChannelAuthenticator 29 remoting/protocol/ssl_hmac_channel_authenticator.cc SslHmacChannelAuthenticator::CreateForClient( SslHmacChannelAuthenticator 32 remoting/protocol/ssl_hmac_channel_authenticator.cc scoped_ptr<SslHmacChannelAuthenticator> result( SslHmacChannelAuthenticator 33 remoting/protocol/ssl_hmac_channel_authenticator.cc new SslHmacChannelAuthenticator(auth_key)); SslHmacChannelAuthenticator 38 remoting/protocol/ssl_hmac_channel_authenticator.cc scoped_ptr<SslHmacChannelAuthenticator> SslHmacChannelAuthenticator 39 remoting/protocol/ssl_hmac_channel_authenticator.cc SslHmacChannelAuthenticator::CreateForHost( SslHmacChannelAuthenticator 43 remoting/protocol/ssl_hmac_channel_authenticator.cc scoped_ptr<SslHmacChannelAuthenticator> result( SslHmacChannelAuthenticator 44 remoting/protocol/ssl_hmac_channel_authenticator.cc new SslHmacChannelAuthenticator(auth_key)); SslHmacChannelAuthenticator 50 remoting/protocol/ssl_hmac_channel_authenticator.cc SslHmacChannelAuthenticator::SslHmacChannelAuthenticator( SslHmacChannelAuthenticator 55 remoting/protocol/ssl_hmac_channel_authenticator.cc SslHmacChannelAuthenticator::~SslHmacChannelAuthenticator() { SslHmacChannelAuthenticator 58 remoting/protocol/ssl_hmac_channel_authenticator.cc void SslHmacChannelAuthenticator::SecureAndAuthenticate( SslHmacChannelAuthenticator 87 remoting/protocol/ssl_hmac_channel_authenticator.cc base::Bind(&SslHmacChannelAuthenticator::OnConnected, SslHmacChannelAuthenticator 117 remoting/protocol/ssl_hmac_channel_authenticator.cc base::Bind(&SslHmacChannelAuthenticator::OnConnected, SslHmacChannelAuthenticator 127 remoting/protocol/ssl_hmac_channel_authenticator.cc bool SslHmacChannelAuthenticator::is_ssl_server() { SslHmacChannelAuthenticator 131 remoting/protocol/ssl_hmac_channel_authenticator.cc void SslHmacChannelAuthenticator::OnConnected(int result) { SslHmacChannelAuthenticator 164 remoting/protocol/ssl_hmac_channel_authenticator.cc void SslHmacChannelAuthenticator::WriteAuthenticationBytes( SslHmacChannelAuthenticator 170 remoting/protocol/ssl_hmac_channel_authenticator.cc base::Bind(&SslHmacChannelAuthenticator::OnAuthBytesWritten, SslHmacChannelAuthenticator 179 remoting/protocol/ssl_hmac_channel_authenticator.cc void SslHmacChannelAuthenticator::OnAuthBytesWritten(int result) { SslHmacChannelAuthenticator 186 remoting/protocol/ssl_hmac_channel_authenticator.cc bool SslHmacChannelAuthenticator::HandleAuthBytesWritten( SslHmacChannelAuthenticator 205 remoting/protocol/ssl_hmac_channel_authenticator.cc void SslHmacChannelAuthenticator::ReadAuthenticationBytes() { SslHmacChannelAuthenticator 210 remoting/protocol/ssl_hmac_channel_authenticator.cc base::Bind(&SslHmacChannelAuthenticator::OnAuthBytesRead, SslHmacChannelAuthenticator 219 remoting/protocol/ssl_hmac_channel_authenticator.cc void SslHmacChannelAuthenticator::OnAuthBytesRead(int result) { SslHmacChannelAuthenticator 226 remoting/protocol/ssl_hmac_channel_authenticator.cc bool SslHmacChannelAuthenticator::HandleAuthBytesRead(int read_result) { SslHmacChannelAuthenticator 249 remoting/protocol/ssl_hmac_channel_authenticator.cc bool SslHmacChannelAuthenticator::VerifyAuthBytes( SslHmacChannelAuthenticator 264 remoting/protocol/ssl_hmac_channel_authenticator.cc void SslHmacChannelAuthenticator::CheckDone(bool* callback_called) { SslHmacChannelAuthenticator 273 remoting/protocol/ssl_hmac_channel_authenticator.cc void SslHmacChannelAuthenticator::NotifyError(int error) { SslHmacChannelAuthenticator 33 remoting/protocol/ssl_hmac_channel_authenticator.h class SslHmacChannelAuthenticator : public ChannelAuthenticator, SslHmacChannelAuthenticator 48 remoting/protocol/ssl_hmac_channel_authenticator.h static scoped_ptr<SslHmacChannelAuthenticator> CreateForClient( SslHmacChannelAuthenticator 52 remoting/protocol/ssl_hmac_channel_authenticator.h static scoped_ptr<SslHmacChannelAuthenticator> CreateForHost( SslHmacChannelAuthenticator 57 remoting/protocol/ssl_hmac_channel_authenticator.h virtual ~SslHmacChannelAuthenticator(); SslHmacChannelAuthenticator 65 remoting/protocol/ssl_hmac_channel_authenticator.h SslHmacChannelAuthenticator(const std::string& auth_key); SslHmacChannelAuthenticator 101 remoting/protocol/ssl_hmac_channel_authenticator.h DISALLOW_COPY_AND_ASSIGN(SslHmacChannelAuthenticator); SslHmacChannelAuthenticator 149 remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc client_auth_ = SslHmacChannelAuthenticator::CreateForClient( SslHmacChannelAuthenticator 151 remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc host_auth_ = SslHmacChannelAuthenticator::CreateForHost( SslHmacChannelAuthenticator 169 remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc client_auth_ = SslHmacChannelAuthenticator::CreateForClient( SslHmacChannelAuthenticator 171 remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc host_auth_ = SslHmacChannelAuthenticator::CreateForHost( SslHmacChannelAuthenticator 190 remoting/protocol/v2_authenticator.cc SslHmacChannelAuthenticator::CreateForHost( SslHmacChannelAuthenticator 194 remoting/protocol/v2_authenticator.cc SslHmacChannelAuthenticator::CreateForClient(