Searched refs:local_key_pair_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dnegotiating_host_authenticator.cc30 local_key_pair_(key_pair) {
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 Dnegotiating_host_authenticator.h66 scoped_refptr<RsaKeyPair> local_key_pair_; member in class:remoting::protocol::NegotiatingHostAuthenticator
H A Dv2_authenticator.h62 scoped_refptr<RsaKeyPair> local_key_pair_; member in class:remoting::protocol::V2Authenticator
H A Dssl_hmac_channel_authenticator.h88 scoped_refptr<RsaKeyPair> local_key_pair_; member in class:remoting::protocol::SslHmacChannelAuthenticator
H A Dssl_hmac_channel_authenticator.cc46 result->local_key_pair_ = key_pair;
88 local_key_pair_->private_key(),
141 return local_key_pair_.get() != NULL;
H A Dv2_authenticator.cc54 result->local_key_pair_ = key_pair;
196 local_cert_, local_key_pair_, auth_key_).Pass());
205 return local_key_pair_.get() != NULL;

Completed in 91 milliseconds