Searched refs:local_cert_ (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dit2me_host_authenticator_factory.cc18 : local_cert_(local_cert),
31 local_cert_, key_pair_, shared_secret_, AuthenticationMethod::NONE, NULL);
H A Dpairing_host_authenticator.cc24 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);
H A Dme2me_host_authenticator_factory.cc79 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,
H A Dit2me_host_authenticator_factory.h39 std::string local_cert_; member in class:remoting::protocol::It2MeHostAuthenticatorFactory
H A Dnegotiating_host_authenticator.cc29 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_,
H A Dthird_party_host_authenticator.h52 std::string local_cert_; member in class:remoting::protocol::ThirdPartyHostAuthenticator
H A Dthird_party_host_authenticator.cc25 local_cert_(local_cert),
90 local_cert_, key_pair_, shared_secret, WAITING_MESSAGE);
H A Dme2me_host_authenticator_factory.h63 std::string local_cert_; member in class:remoting::protocol::Me2MeHostAuthenticatorFactory
H A Dnegotiating_host_authenticator.h65 std::string local_cert_; member in class:remoting::protocol::NegotiatingHostAuthenticator
H A Dpairing_host_authenticator.h50 std::string local_cert_; member in class:remoting::protocol::PairingHostAuthenticator
H A Dv2_authenticator.cc53 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());
H A Dv2_authenticator.h61 std::string local_cert_; member in class:remoting::protocol::V2Authenticator
H A Dssl_hmac_channel_authenticator.h87 std::string local_cert_; member in class:remoting::protocol::SslHmacChannelAuthenticator
H A Dssl_hmac_channel_authenticator.cc45 result->local_cert_ = local_cert;
75 local_cert_.data(), local_cert_.length());

Completed in 93 milliseconds