Home
last modified time | relevance | path

Searched refs:host_auth_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/remoting/protocol/
Dssl_hmac_channel_authenticator_unittest.cc82 host_auth_->SecureAndAuthenticate( in RunChannelAuth()
117 host_auth_.reset(); in OnHostConnected()
137 scoped_ptr<ChannelAuthenticator> host_auth_; member in remoting::protocol::SslHmacChannelAuthenticatorTest
150 host_auth_ = SslHmacChannelAuthenticator::CreateForHost( in TEST_F()
170 host_auth_ = SslHmacChannelAuthenticator::CreateForHost( in TEST_F()
Dauthenticator_test_base.h66 scoped_ptr<ChannelAuthenticator> host_auth_; variable
Dv2_authenticator_unittest.cc63 host_auth_ = host_->CreateChannelAuthenticator(); in TEST_F()
Dauthenticator_test_base.cc123 host_auth_->SecureAndAuthenticate( in RunChannelAuth()
Dthird_party_authenticator_unittest.cc140 host_auth_ = host_->CreateChannelAuthenticator(); in TEST_F()
Dnegotiating_authenticator_unittest.cc124 host_auth_ = host_->CreateChannelAuthenticator(); in VerifyAccepted()