Home
last modified time | relevance | path

Searched refs:token_validator (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/remoting/protocol/
Dthird_party_host_authenticator.cc22 scoped_ptr<TokenValidator> token_validator) in ThirdPartyHostAuthenticator() argument
26 token_validator_(token_validator.Pass()) { in ThirdPartyHostAuthenticator()
Dthird_party_authenticator_unittest.cc108 token_validator(new FakeTokenValidator()); in InitAuthenticators() local
109 token_validator_ = static_cast<FakeTokenValidator*>(token_validator.get()); in InitAuthenticators()
111 host_cert_, key_pair_, token_validator.Pass())); in InitAuthenticators()
Dnegotiating_host_authenticator.cc55 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator> token_validator) { in CreateWithThirdPartyAuth() argument
58 result->token_validator_ = token_validator.Pass(); in CreateWithThirdPartyAuth()
Dnegotiating_host_authenticator.h46 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator> token_validator);
Dthird_party_host_authenticator.h74 scoped_ptr<TokenValidator> token_validator);