Home
last modified time | relevance | path

Searched refs:ThirdPartyHostAuthenticator (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/remoting/protocol/
Dthird_party_host_authenticator.cc19 ThirdPartyHostAuthenticator::ThirdPartyHostAuthenticator( in ThirdPartyHostAuthenticator() function in remoting::protocol::ThirdPartyHostAuthenticator
29 ThirdPartyHostAuthenticator::~ThirdPartyHostAuthenticator() { in ~ThirdPartyHostAuthenticator()
32 void ThirdPartyHostAuthenticator::ProcessTokenMessage( in ProcessTokenMessage()
52 &ThirdPartyHostAuthenticator::OnThirdPartyTokenValidated, in ProcessTokenMessage()
58 void ThirdPartyHostAuthenticator::AddTokenElements( in AddTokenElements()
75 void ThirdPartyHostAuthenticator::OnThirdPartyTokenValidated( in OnThirdPartyTokenValidated()
Dthird_party_host_authenticator.h28 class ThirdPartyHostAuthenticator : public ThirdPartyAuthenticatorBase {
72 ThirdPartyHostAuthenticator(const std::string& local_cert,
75 virtual ~ThirdPartyHostAuthenticator();
93 DISALLOW_COPY_AND_ASSIGN(ThirdPartyHostAuthenticator);
Dme2me_host_authenticator_factory.h43 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidatorFactory>
70 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidatorFactory>
Dnegotiating_host_authenticator.h46 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator> token_validator);
72 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator> token_validator_;
Dthird_party_authenticator_unittest.cc65 : public ThirdPartyHostAuthenticator::TokenValidator {
107 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator> in InitAuthenticators()
110 host_.reset(new ThirdPartyHostAuthenticator( in InitAuthenticators()
Dnegotiating_host_authenticator.cc55 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator> token_validator) { in CreateWithThirdPartyAuth()
164 current_authenticator_.reset(new ThirdPartyHostAuthenticator( in CreateAuthenticator()
Dme2me_host_authenticator_factory.cc89 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidatorFactory> in CreateWithThirdPartyAuth()
/external/chromium_org/remoting/host/
Dtoken_validator_factory_impl.h21 : public protocol::ThirdPartyHostAuthenticator::TokenValidatorFactory {
35 virtual scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidator>
Dtoken_validator_factory_impl.cc37 public protocol::ThirdPartyHostAuthenticator::TokenValidator {
180 scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidator>
184 return scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidator>( in CreateTokenValidator()
Dtoken_validator_factory_impl_unittest.cc90 scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidator>
Dremoting_me2me_host.cc523 scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidatorFactory> in CreateAuthenticatorFactory()