Home
last modified time | relevance | path

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

/external/chromium_org/remoting/protocol/
Dssl_hmac_channel_authenticator_unittest.cc77 client_auth_->SecureAndAuthenticate( in RunChannelAuth()
125 client_auth_.reset(); in OnClientConnected()
136 scoped_ptr<ChannelAuthenticator> client_auth_; member in remoting::protocol::SslHmacChannelAuthenticatorTest
148 client_auth_ = SslHmacChannelAuthenticator::CreateForClient( in TEST_F()
168 client_auth_ = SslHmacChannelAuthenticator::CreateForClient( in TEST_F()
Dauthenticator_test_base.h65 scoped_ptr<ChannelAuthenticator> client_auth_; variable
Dv2_authenticator_unittest.cc62 client_auth_ = client_->CreateChannelAuthenticator(); in TEST_F()
Dauthenticator_test_base.cc118 client_auth_->SecureAndAuthenticate( in RunChannelAuth()
Dthird_party_authenticator_unittest.cc139 client_auth_ = client_->CreateChannelAuthenticator(); in TEST_F()
Dnegotiating_authenticator_unittest.cc123 client_auth_ = client_->CreateChannelAuthenticator(); in VerifyAccepted()