/external/chromium_org/remoting/base/ |
D | rsa_key_pair_unittest.cc | 58 scoped_refptr<RsaKeyPair> exported_key = RsaKeyPair::FromString( in TEST_F() 60 scoped_refptr<RsaKeyPair> imported_key = RsaKeyPair::FromString( in TEST_F() 69 scoped_refptr<RsaKeyPair> key_pair = RsaKeyPair::FromString(kTestRsaKeyPair); in TEST_F() 77 scoped_refptr<RsaKeyPair> key_pair = RsaKeyPair::Generate(); in TEST_F() 86 scoped_refptr<RsaKeyPair> key_pair1 = RsaKeyPair::FromString(kTestRsaKeyPair); in TEST_F() 87 scoped_refptr<RsaKeyPair> key_pair2 = RsaKeyPair::FromString( in TEST_F()
|
D | rsa_key_pair.cc | 21 RsaKeyPair::RsaKeyPair(scoped_ptr<crypto::RSAPrivateKey> key) in RsaKeyPair() function in remoting::RsaKeyPair 26 RsaKeyPair::~RsaKeyPair() {} in ~RsaKeyPair() 29 scoped_refptr<RsaKeyPair> RsaKeyPair::Generate() { in Generate() 35 return new RsaKeyPair(key.Pass()); in Generate() 39 scoped_refptr<RsaKeyPair> RsaKeyPair::FromString( in FromString() 55 return new RsaKeyPair(key.Pass()); in FromString() 58 std::string RsaKeyPair::ToString() const { in ToString() 70 std::string RsaKeyPair::GetPublicKey() const { in GetPublicKey() 79 std::string RsaKeyPair::SignMessage(const std::string& message) const { in SignMessage() 93 std::string RsaKeyPair::GenerateCertificate() const { in GenerateCertificate()
|
D | rsa_key_pair.h | 19 class RsaKeyPair : public base::RefCountedThreadSafe<RsaKeyPair> { 22 static scoped_refptr<RsaKeyPair> Generate(); 25 static scoped_refptr<RsaKeyPair> FromString(const std::string& key_base64); 44 friend class base::RefCountedThreadSafe<RsaKeyPair>; 45 RsaKeyPair(scoped_ptr<crypto::RSAPrivateKey> key); 46 virtual ~RsaKeyPair(); 50 DISALLOW_COPY_AND_ASSIGN(RsaKeyPair);
|
/external/chromium_org/remoting/protocol/ |
D | negotiating_host_authenticator.h | 22 class RsaKeyPair; variable 37 scoped_refptr<RsaKeyPair> key_pair, 45 scoped_refptr<RsaKeyPair> key_pair, 56 scoped_refptr<RsaKeyPair> key_pair); 66 scoped_refptr<RsaKeyPair> local_key_pair_;
|
D | me2me_host_authenticator_factory.h | 21 class RsaKeyPair; variable 34 scoped_refptr<RsaKeyPair> key_pair, 43 scoped_refptr<RsaKeyPair> key_pair, 64 scoped_refptr<RsaKeyPair> key_pair_;
|
D | it2me_host_authenticator_factory.h | 18 class RsaKeyPair; variable 28 scoped_refptr<RsaKeyPair> key_pair, 40 scoped_refptr<RsaKeyPair> key_pair_;
|
D | third_party_host_authenticator.h | 16 class RsaKeyPair; variable 36 scoped_refptr<RsaKeyPair> key_pair, 53 scoped_refptr<RsaKeyPair> key_pair_;
|
D | pairing_host_authenticator.h | 14 class RsaKeyPair; variable 25 scoped_refptr<RsaKeyPair> key_pair, 51 scoped_refptr<RsaKeyPair> key_pair_;
|
D | v2_authenticator.h | 19 class RsaKeyPair; variable 33 scoped_refptr<RsaKeyPair> key_pair, 62 scoped_refptr<RsaKeyPair> local_key_pair_;
|
D | ssl_hmac_channel_authenticator.h | 25 class RsaKeyPair; variable 53 scoped_refptr<RsaKeyPair> key_pair, 88 scoped_refptr<RsaKeyPair> local_key_pair_;
|
D | authenticator_test_base.h | 21 class RsaKeyPair; variable 58 scoped_refptr<RsaKeyPair> key_pair_;
|
D | negotiating_host_authenticator.cc | 27 scoped_refptr<RsaKeyPair> key_pair) in NegotiatingHostAuthenticator() 36 scoped_refptr<RsaKeyPair> key_pair, in CreateWithSharedSecret() 55 scoped_refptr<RsaKeyPair> key_pair, in CreateWithThirdPartyAuth()
|
D | me2me_host_authenticator_factory.cc | 72 scoped_refptr<RsaKeyPair> key_pair, in CreateWithSharedSecret() 93 scoped_refptr<RsaKeyPair> key_pair, in CreateWithThirdPartyAuth()
|
D | ssl_hmac_channel_authenticator_unittest.cc | 68 key_pair_ = RsaKeyPair::FromString(key_base64); in SetUp() 132 scoped_refptr<RsaKeyPair> key_pair_;
|
D | it2me_host_authenticator_factory.cc | 16 scoped_refptr<RsaKeyPair> key_pair, in It2MeHostAuthenticatorFactory()
|
D | token_validator.h | 16 class RsaKeyPair; variable
|
/external/chromium_org/remoting/host/ |
D | token_validator_factory_impl.cc | 42 scoped_refptr<RsaKeyPair> key_pair, 55 scoped_refptr<RsaKeyPair> key_pair_; 62 scoped_refptr<RsaKeyPair> key_pair, in TokenValidatorImpl() 110 scoped_refptr<RsaKeyPair> key_pair, in TokenValidatorFactoryImpl()
|
D | host_status_sender.h | 27 class RsaKeyPair; variable 60 scoped_refptr<RsaKeyPair> key_pair, 93 scoped_refptr<RsaKeyPair> key_pair_;
|
D | heartbeat_sender.h | 28 class RsaKeyPair; variable 99 scoped_refptr<RsaKeyPair> key_pair, 132 scoped_refptr<RsaKeyPair> key_pair_;
|
D | token_validator_factory_impl.h | 28 scoped_refptr<RsaKeyPair> key_pair, 40 scoped_refptr<RsaKeyPair> key_pair_;
|
D | register_support_host_request_unittest.cc | 61 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair); in SetUp() 75 scoped_refptr<RsaKeyPair> key_pair_; 122 scoped_refptr<RsaKeyPair> key_pair = RsaKeyPair::FromString(kTestRsaKeyPair); in TEST_F()
|
D | host_status_sender_unittest.cc | 45 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair); in SetUp() 63 scoped_refptr<RsaKeyPair> key_pair_; 188 scoped_refptr<RsaKeyPair> key_pair = RsaKeyPair::FromString(kTestRsaKeyPair); in ValidateSignature()
|
D | register_support_host_request.h | 50 scoped_refptr<RsaKeyPair> key_pair, 76 scoped_refptr<RsaKeyPair> key_pair_;
|
D | heartbeat_sender_unittest.cc | 69 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair); in SetUp() 97 scoped_refptr<RsaKeyPair> key_pair_; 252 scoped_refptr<RsaKeyPair> key_pair = RsaKeyPair::FromString(kTestRsaKeyPair); in ValidateHeartbeatStanza()
|
/external/chromium_org/remoting/host/it2me/ |
D | it2me_host.h | 28 class RsaKeyPair; variable 145 scoped_refptr<RsaKeyPair> host_key_pair_;
|