Home
last modified time | relevance | path

Searched refs:NegotiatingHostAuthenticator (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/remoting/protocol/
Dnegotiating_host_authenticator.cc24 NegotiatingHostAuthenticator::NegotiatingHostAuthenticator( in NegotiatingHostAuthenticator() function in remoting::protocol::NegotiatingHostAuthenticator
33 scoped_ptr<Authenticator> NegotiatingHostAuthenticator::CreateWithSharedSecret( in CreateWithSharedSecret()
39 scoped_ptr<NegotiatingHostAuthenticator> result( in CreateWithSharedSecret()
40 new NegotiatingHostAuthenticator(local_cert, key_pair)); in CreateWithSharedSecret()
52 NegotiatingHostAuthenticator::CreateWithThirdPartyAuth( in CreateWithThirdPartyAuth()
56 scoped_ptr<NegotiatingHostAuthenticator> result( in CreateWithThirdPartyAuth()
57 new NegotiatingHostAuthenticator(local_cert, key_pair)); in CreateWithThirdPartyAuth()
63 NegotiatingHostAuthenticator::~NegotiatingHostAuthenticator() { in ~NegotiatingHostAuthenticator()
66 void NegotiatingHostAuthenticator::ProcessMessage( in ProcessMessage()
128 &NegotiatingHostAuthenticator::UpdateState, in ProcessMessage()
[all …]
Dnegotiating_host_authenticator.h28 class NegotiatingHostAuthenticator : public NegotiatingAuthenticatorBase {
30 virtual ~NegotiatingHostAuthenticator();
54 NegotiatingHostAuthenticator(
77 DISALLOW_COPY_AND_ASSIGN(NegotiatingHostAuthenticator);
Dme2me_host_authenticator_factory.cc147 return NegotiatingHostAuthenticator::CreateWithThirdPartyAuth( in CreateAuthenticator()
153 return NegotiatingHostAuthenticator::CreateWithSharedSecret( in CreateAuthenticator()
Dit2me_host_authenticator_factory.cc30 return NegotiatingHostAuthenticator::CreateWithSharedSecret( in CreateAuthenticator()
Dnegotiating_authenticator_unittest.cc62 host_ = NegotiatingHostAuthenticator::CreateWithSharedSecret( in InitAuthenticators()