Home
last modified time | relevance | path

Searched refs:CreateForHost (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/remoting/protocol/
Dpairing_host_authenticator.cc57 callback.Run(V2Authenticator::CreateForHost( in CreateV2AuthenticatorWithPIN()
107 v2_authenticator_ = V2Authenticator::CreateForHost( in ProcessMessageWithPairing()
111 v2_authenticator_ = V2Authenticator::CreateForHost( in ProcessMessageWithPairing()
Dssl_hmac_channel_authenticator_unittest.cc150 host_auth_ = SslHmacChannelAuthenticator::CreateForHost( in TEST_F()
170 host_auth_ = SslHmacChannelAuthenticator::CreateForHost( in TEST_F()
Dv2_authenticator.cc46 scoped_ptr<Authenticator> V2Authenticator::CreateForHost( in CreateForHost() function in remoting::protocol::V2Authenticator
195 SslHmacChannelAuthenticator::CreateForHost( in CreateChannelAuthenticator()
Dv2_authenticator.h31 static scoped_ptr<Authenticator> CreateForHost(
Dv2_authenticator_unittest.cc44 host_ = V2Authenticator::CreateForHost( in InitAuthenticators()
Dssl_hmac_channel_authenticator.h51 static scoped_ptr<SslHmacChannelAuthenticator> CreateForHost(
Dthird_party_host_authenticator.cc89 underlying_ = V2Authenticator::CreateForHost( in OnThirdPartyTokenValidated()
Dnegotiating_host_authenticator.cc182 current_authenticator_ = V2Authenticator::CreateForHost( in CreateAuthenticator()
Dssl_hmac_channel_authenticator.cc39 SslHmacChannelAuthenticator::CreateForHost( in CreateForHost() function in remoting::protocol::SslHmacChannelAuthenticator