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.cc25 NegotiatingHostAuthenticator::NegotiatingHostAuthenticator( in NegotiatingHostAuthenticator() function in remoting::protocol::NegotiatingHostAuthenticator
34 scoped_ptr<Authenticator> NegotiatingHostAuthenticator::CreateWithSharedSecret( in CreateWithSharedSecret()
40 scoped_ptr<NegotiatingHostAuthenticator> result( in CreateWithSharedSecret()
41 new NegotiatingHostAuthenticator(local_cert, key_pair)); in CreateWithSharedSecret()
53 NegotiatingHostAuthenticator::CreateWithThirdPartyAuth( in CreateWithThirdPartyAuth()
57 scoped_ptr<NegotiatingHostAuthenticator> result( in CreateWithThirdPartyAuth()
58 new NegotiatingHostAuthenticator(local_cert, key_pair)); in CreateWithThirdPartyAuth()
64 NegotiatingHostAuthenticator::~NegotiatingHostAuthenticator() { in ~NegotiatingHostAuthenticator()
67 void NegotiatingHostAuthenticator::ProcessMessage( in ProcessMessage()
129 &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.cc152 return NegotiatingHostAuthenticator::CreateWithThirdPartyAuth( in CreateAuthenticator()
158 return NegotiatingHostAuthenticator::CreateWithSharedSecret( in CreateAuthenticator()
Dit2me_host_authenticator_factory.cc30 return NegotiatingHostAuthenticator::CreateWithSharedSecret( in CreateAuthenticator()
Dnegotiating_authenticator_unittest.cc62 host_ = NegotiatingHostAuthenticator::CreateWithSharedSecret( in InitAuthenticators()