Searched refs:NegotiatingHostAuthenticator (Results 1 – 5 of 5) sorted by relevance
24 NegotiatingHostAuthenticator::NegotiatingHostAuthenticator( in NegotiatingHostAuthenticator() function in remoting::protocol::NegotiatingHostAuthenticator33 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 …]
28 class NegotiatingHostAuthenticator : public NegotiatingAuthenticatorBase {30 virtual ~NegotiatingHostAuthenticator();54 NegotiatingHostAuthenticator(77 DISALLOW_COPY_AND_ASSIGN(NegotiatingHostAuthenticator);
147 return NegotiatingHostAuthenticator::CreateWithThirdPartyAuth( in CreateAuthenticator()153 return NegotiatingHostAuthenticator::CreateWithSharedSecret( in CreateAuthenticator()
30 return NegotiatingHostAuthenticator::CreateWithSharedSecret( in CreateAuthenticator()
62 host_ = NegotiatingHostAuthenticator::CreateWithSharedSecret( in InitAuthenticators()