HomeSort by relevance Sort by last modified time
    Searched refs:key_pair_ (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/remoting/protocol/
it2me_host_authenticator_factory.cc 19 key_pair_(key_pair),
31 local_cert_, key_pair_, shared_secret_, AuthenticationMethod::NONE, NULL);
pairing_host_authenticator.cc 25 key_pair_(key_pair),
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);
me2me_host_authenticator_factory.cc 80 result->key_pair_ = key_pair;
101 result->key_pair_ = key_pair;
150 if (!local_cert_.empty() && key_pair_.get()) {
153 local_cert_, key_pair_,
159 local_cert_, key_pair_, shared_secret_hash_.value,
it2me_host_authenticator_factory.h 40 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::It2MeHostAuthenticatorFactory
third_party_host_authenticator.h 53 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::ThirdPartyHostAuthenticator
ssl_hmac_channel_authenticator_unittest.cc 68 key_pair_ = RsaKeyPair::FromString(key_base64);
69 ASSERT_TRUE(key_pair_.get());
132 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::SslHmacChannelAuthenticatorTest
151 host_cert_, key_pair_, kTestSharedSecret);
171 host_cert_, key_pair_, kTestSharedSecret);
me2me_host_authenticator_factory.h 64 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::Me2MeHostAuthenticatorFactory
pairing_host_authenticator.h 51 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::PairingHostAuthenticator
third_party_host_authenticator.cc 26 key_pair_(key_pair),
90 local_cert_, key_pair_, shared_secret, WAITING_MESSAGE);
authenticator_test_base.cc 58 key_pair_ = RsaKeyPair::FromString(key_base64);
59 ASSERT_TRUE(key_pair_.get());
60 host_public_key_ = key_pair_->GetPublicKey();
authenticator_test_base.h 58 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::AuthenticatorTestBase
v2_authenticator_unittest.cc 45 host_cert_, key_pair_, host_secret,
  /external/chromium_org/remoting/host/
token_validator_factory_impl.cc 55 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::TokenValidatorImpl
69 key_pair_(key_pair) {
70 DCHECK(key_pair_.get());
78 key_pair_->GetPublicKey(), true) +
80 key_pair_->SignMessage(token), true) +
113 key_pair_(key_pair),
126 key_pair_, local_jid, remote_jid,
token_validator_factory_impl.h 24 // third party authentication service URLs, obtained via policy. |key_pair_|
40 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::TokenValidatorFactoryImpl
host_status_sender_unittest.cc 45 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair);
46 ASSERT_TRUE(key_pair_.get());
49 kHostId, &signal_strategy_, key_pair_, kTestBotJid));
63 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::HostStatusSenderTest
register_support_host_request.cc 43 key_pair_(key_pair),
47 DCHECK(key_pair_.get());
84 public_key->AddText(key_pair_->GetPublicKey());
101 std::string signature(key_pair_->SignMessage(message));
register_support_host_request_unittest.cc 61 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair);
62 ASSERT_TRUE(key_pair_.get());
75 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::RegisterSupportHostRequestTest
84 new RegisterSupportHostRequest(&signal_strategy_, key_pair_,
host_status_sender.cc 46 key_pair_(key_pair),
49 DCHECK(key_pair_.get());
157 std::string signature(key_pair_->SignMessage(message));
token_validator_factory_impl_unittest.cc 92 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair);
102 config, key_pair_, request_context_getter_));
132 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::TokenValidatorFactoryImplTest
heartbeat_sender.h 132 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::HeartbeatSender
host_status_sender.h 93 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::HostStatusSender
register_support_host_request.h 76 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::RegisterSupportHostRequest
  /external/chromium_org/third_party/webrtc/base/
opensslidentity.h 124 return new OpenSSLIdentity(key_pair_->GetReference(),
134 : key_pair_(key_pair), certificate_(certificate) {
141 scoped_ptr<OpenSSLKeyPair> key_pair_; member in class:rtc::OpenSSLIdentity
  /external/chromium_org/net/quic/crypto/
p256_key_exchange.h 70 scoped_ptr<crypto::ECPrivateKey> key_pair_; member in class:net::P256KeyExchange
p256_key_exchange_nss.cc 33 : key_pair_(key_pair) {
166 DCHECK(key_pair_.get());
167 DCHECK(key_pair_->public_key());
175 key_pair_->public_key()->u.ec.DEREncodedParams.len;
177 key_pair_->public_key()->u.ec.DEREncodedParams.data;
192 key_pair_->key(),

Completed in 892 milliseconds

1 2