Home
last modified time | relevance | path

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

/external/chromium_org/remoting/protocol/
Dpairing_client_authenticator.cc30 v2_authenticator_ = V2Authenticator::CreateForClient( in PairingClientAuthenticator()
64 callback.Run(V2Authenticator::CreateForClient( in OnPinFetched()
Dssl_hmac_channel_authenticator_unittest.cc148 client_auth_ = SslHmacChannelAuthenticator::CreateForClient( in TEST_F()
168 client_auth_ = SslHmacChannelAuthenticator::CreateForClient( in TEST_F()
Dv2_authenticator.cc38 scoped_ptr<Authenticator> V2Authenticator::CreateForClient( in CreateForClient() function in remoting::protocol::V2Authenticator
199 SslHmacChannelAuthenticator::CreateForClient( in CreateChannelAuthenticator()
Dthird_party_client_authenticator.cc75 underlying_ = V2Authenticator::CreateForClient( in OnThirdPartyTokenFetched()
Dv2_authenticator.h27 static scoped_ptr<Authenticator> CreateForClient(
Dv2_authenticator_unittest.cc47 client_ = V2Authenticator::CreateForClient( in InitAuthenticators()
Dssl_hmac_channel_authenticator.h47 static scoped_ptr<SslHmacChannelAuthenticator> CreateForClient(
Dnegotiating_client_authenticator.cc154 current_authenticator_ = V2Authenticator::CreateForClient( in CreateV2AuthenticatorWithSecret()
Dssl_hmac_channel_authenticator.cc29 SslHmacChannelAuthenticator::CreateForClient( in CreateForClient() function in remoting::protocol::SslHmacChannelAuthenticator