HomeSort by relevance Sort by last modified time
    Searched full:local_cert_ (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/remoting/protocol/
it2me_host_authenticator_factory.cc 18 : local_cert_(local_cert),
31 local_cert_, key_pair_, shared_secret_, AuthenticationMethod::NONE, NULL);
pairing_host_authenticator.cc 24 local_cert_(local_cert),
58 local_cert_, key_pair_, pin_, initial_state));
108 local_cert_, key_pair_, paired_secret, WAITING_MESSAGE);
112 local_cert_, key_pair_, pin_, MESSAGE_READY);
me2me_host_authenticator_factory.cc 79 result->local_cert_ = local_cert;
100 result->local_cert_ = local_cert;
150 if (!local_cert_.empty() && key_pair_.get()) {
153 local_cert_, key_pair_,
159 local_cert_, key_pair_, shared_secret_hash_.value,
third_party_host_authenticator.cc 25 local_cert_(local_cert),
90 local_cert_, key_pair_, shared_secret, WAITING_MESSAGE);
it2me_host_authenticator_factory.h 39 std::string local_cert_; member in class:remoting::protocol::It2MeHostAuthenticatorFactory
negotiating_host_authenticator.cc 29 local_cert_(local_cert),
166 local_cert_, local_key_pair_, token_validator_.Pass()));
172 pairing_registry_, local_cert_, local_key_pair_, shared_secret_hash_));
183 local_cert_, local_key_pair_, shared_secret_hash_,
pairing_host_authenticator.h 50 std::string local_cert_; member in class:remoting::protocol::PairingHostAuthenticator
v2_authenticator.cc 53 result->local_cert_ = local_cert;
173 if (!local_cert_.empty() && !certificate_sent_) {
176 base::Base64Encode(local_cert_, &base64_cert);
196 local_cert_, local_key_pair_, auth_key_).Pass());
me2me_host_authenticator_factory.h 63 std::string local_cert_; member in class:remoting::protocol::Me2MeHostAuthenticatorFactory
third_party_host_authenticator.h 52 std::string local_cert_; member in class:remoting::protocol::ThirdPartyHostAuthenticator
v2_authenticator.h 61 std::string local_cert_; member in class:remoting::protocol::V2Authenticator
ssl_hmac_channel_authenticator.cc 45 result->local_cert_ = local_cert;
75 local_cert_.data(), local_cert_.length());
negotiating_host_authenticator.h 65 std::string local_cert_; member in class:remoting::protocol::NegotiatingHostAuthenticator
ssl_hmac_channel_authenticator.h 86 std::string local_cert_; member in class:remoting::protocol::SslHmacChannelAuthenticator

Completed in 215 milliseconds