Home
last modified time | relevance | path

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

/external/chromium_org/remoting/protocol/
Dme2me_host_authenticator_factory.cc63 Me2MeHostAuthenticatorFactory::CreateWithSharedSecret( in CreateWithSharedSecret() function in remoting::protocol::Me2MeHostAuthenticatorFactory
153 return NegotiatingHostAuthenticator::CreateWithSharedSecret( in CreateAuthenticator()
Dit2me_host_authenticator_factory.cc30 return NegotiatingHostAuthenticator::CreateWithSharedSecret( in CreateAuthenticator()
Dme2me_host_authenticator_factory.h29 static scoped_ptr<AuthenticatorFactory> CreateWithSharedSecret(
Dnegotiating_host_authenticator.h35 static scoped_ptr<Authenticator> CreateWithSharedSecret(
Dnegotiating_host_authenticator.cc33 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/host/
Dremoting_me2me_host.cc518 factory = protocol::Me2MeHostAuthenticatorFactory::CreateWithSharedSecret( in CreateAuthenticatorFactory()