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