Home
last modified time | relevance | path

Searched refs:CreateWithSharedSecret (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/remoting/protocol/
Dme2me_host_authenticator_factory.cc68 Me2MeHostAuthenticatorFactory::CreateWithSharedSecret( in CreateWithSharedSecret() function in remoting::protocol::Me2MeHostAuthenticatorFactory
158 return NegotiatingHostAuthenticator::CreateWithSharedSecret( in CreateAuthenticator()
Dit2me_host_authenticator_factory.cc30 return NegotiatingHostAuthenticator::CreateWithSharedSecret( in CreateAuthenticator()
Dnegotiating_host_authenticator.h35 static scoped_ptr<Authenticator> CreateWithSharedSecret(
Dme2me_host_authenticator_factory.h30 static scoped_ptr<AuthenticatorFactory> CreateWithSharedSecret(
Dnegotiating_host_authenticator.cc34 scoped_ptr<Authenticator> NegotiatingHostAuthenticator::CreateWithSharedSecret( in CreateWithSharedSecret() function in remoting::protocol::NegotiatingHostAuthenticator
Dnegotiating_authenticator_unittest.cc62 host_ = NegotiatingHostAuthenticator::CreateWithSharedSecret( in InitAuthenticators()
/external/chromium_org/remoting/test/
Dprotocol_perftest.cc277 protocol::Me2MeHostAuthenticatorFactory::CreateWithSharedSecret( in StartHost()
/external/chromium_org/remoting/host/
Dremoting_me2me_host.cc609 factory = protocol::Me2MeHostAuthenticatorFactory::CreateWithSharedSecret( in CreateAuthenticatorFactory()