HomeSort by relevance Sort by last modified time
    Searched defs:NegotiatingHostAuthenticator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/protocol/
negotiating_host_authenticator.cc 25 NegotiatingHostAuthenticator::NegotiatingHostAuthenticator(
34 scoped_ptr<Authenticator> NegotiatingHostAuthenticator::CreateWithSharedSecret(
40 scoped_ptr<NegotiatingHostAuthenticator> result(
41 new NegotiatingHostAuthenticator(local_cert, key_pair));
53 NegotiatingHostAuthenticator::CreateWithThirdPartyAuth(
57 scoped_ptr<NegotiatingHostAuthenticator> result(
58 new NegotiatingHostAuthenticator(local_cert, key_pair));
64 NegotiatingHostAuthenticator::~NegotiatingHostAuthenticator() {
    [all...]
negotiating_host_authenticator.h 28 class NegotiatingHostAuthenticator : public NegotiatingAuthenticatorBase {
30 virtual ~NegotiatingHostAuthenticator();
54 NegotiatingHostAuthenticator(
77 DISALLOW_COPY_AND_ASSIGN(NegotiatingHostAuthenticator);

Completed in 129 milliseconds