HomeSort by relevance Sort by last modified time
    Searched refs:ThirdPartyHostAuthenticator (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/remoting/protocol/
third_party_host_authenticator.h 29 class ThirdPartyHostAuthenticator : public ThirdPartyAuthenticatorBase {
35 ThirdPartyHostAuthenticator(const std::string& local_cert,
38 virtual ~ThirdPartyHostAuthenticator();
56 DISALLOW_COPY_AND_ASSIGN(ThirdPartyHostAuthenticator);
third_party_host_authenticator.cc 20 ThirdPartyHostAuthenticator::ThirdPartyHostAuthenticator(
30 ThirdPartyHostAuthenticator::~ThirdPartyHostAuthenticator() {
33 void ThirdPartyHostAuthenticator::ProcessTokenMessage(
53 &ThirdPartyHostAuthenticator::OnThirdPartyTokenValidated,
59 void ThirdPartyHostAuthenticator::AddTokenElements(
76 void ThirdPartyHostAuthenticator::OnThirdPartyTokenValidated(
negotiating_host_authenticator.cc 161 // |ThirdPartyHostAuthenticator| takes ownership of |token_validator_|.
163 // one |ThirdPartyHostAuthenticator| will need to be created per session.
165 current_authenticator_.reset(new ThirdPartyHostAuthenticator(
third_party_authenticator_unittest.cc 109 host_.reset(new ThirdPartyHostAuthenticator(

Completed in 78 milliseconds