HomeSort by relevance Sort by last modified time
    Searched refs:local_key_pair_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/remoting/protocol/
negotiating_host_authenticator.cc 30 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_,
negotiating_host_authenticator.h 66 scoped_refptr<RsaKeyPair> local_key_pair_; member in class:remoting::protocol::NegotiatingHostAuthenticator
ssl_hmac_channel_authenticator.h 87 scoped_refptr<RsaKeyPair> local_key_pair_; member in class:remoting::protocol::SslHmacChannelAuthenticator
v2_authenticator.h 62 scoped_refptr<RsaKeyPair> local_key_pair_; member in class:remoting::protocol::V2Authenticator
ssl_hmac_channel_authenticator.cc 46 result->local_key_pair_ = key_pair;
88 local_key_pair_->private_key(),
141 return local_key_pair_.get() != NULL;
v2_authenticator.cc 54 result->local_key_pair_ = key_pair;
196 local_cert_, local_key_pair_, auth_key_).Pass());
205 return local_key_pair_.get() != NULL;

Completed in 48 milliseconds