/external/chromium_org/remoting/host/ |
heartbeat_sender_unittest.cc | 68 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair); 69 ASSERT_TRUE(key_pair_.get()); 81 &mock_listener_, kHostId, &signal_strategy_, key_pair_, kTestBotJid)); 96 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::HeartbeatSenderTest
|
heartbeat_sender.cc | 59 key_pair_(key_pair), 68 DCHECK(key_pair_.get()); 271 std::string signature(key_pair_->SignMessage(message));
|
remoting_me2me_host.cc | 262 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::HostProcess 503 std::string local_certificate = key_pair_->GenerateCertificate(); 519 use_service_account_, host_owner_, local_certificate, key_pair_, 525 token_url_, token_validation_url_, key_pair_, 528 use_service_account_, host_owner_, local_certificate, key_pair_, 692 key_pair_ = RsaKeyPair::FromString(key_base64); 693 if (!key_pair_.get()) { [all...] |
/external/chromium_org/remoting/host/setup/ |
host_starter.h | 91 scoped_refptr<remoting::RsaKeyPair> key_pair_; member in class:remoting::HostStarter
|
host_starter.cc | 113 key_pair_ = RsaKeyPair::Generate(); 120 host_id_, host_name_, key_pair_->GetPublicKey(), host_client_id, 168 config->SetString("private_key", key_pair_->ToString());
|
/external/chromium_org/remoting/protocol/ |
v2_authenticator_unittest.cc | 45 host_cert_, key_pair_, host_secret,
|
negotiating_authenticator_unittest.cc | 63 host_cert_, key_pair_, host_secret_hash, hash_function,
|
third_party_authenticator_unittest.cc | 111 host_cert_, key_pair_, token_validator.Pass()));
|
/external/chromium/third_party/libjingle/source/talk/base/ |
opensslidentity.cc | 267 SSL_CTX_use_PrivateKey(ctx, key_pair_->pkey()) != 1) {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
opensslidentity.cc | 369 SSL_CTX_use_PrivateKey(ctx, key_pair_->pkey()) != 1) {
|