/external/chromium_org/remoting/protocol/ |
negotiating_host_authenticator.cc | 29 local_key_pair_(key_pair) { 165 local_cert_, local_key_pair_, token_validator_.Pass())); 171 pairing_registry_, local_cert_, local_key_pair_, shared_secret_hash_)); 182 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 | 88 scoped_refptr<RsaKeyPair> local_key_pair_; member in class:remoting::protocol::SslHmacChannelAuthenticator
|
v2_authenticator.h | 61 scoped_refptr<RsaKeyPair> local_key_pair_; member in class:remoting::protocol::V2Authenticator
|
ssl_hmac_channel_authenticator.cc | 46 result->local_key_pair_ = key_pair; 82 local_key_pair_->private_key(), 128 return local_key_pair_.get() != NULL;
|
v2_authenticator.cc | 54 result->local_key_pair_ = key_pair; 191 local_cert_, local_key_pair_, auth_key_).Pass()); 200 return local_key_pair_.get() != NULL;
|