Searched refs:RsaKeyPair (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/remoting/base/
H A Drsa_key_pair.h19 class RsaKeyPair : public base::RefCountedThreadSafe<RsaKeyPair> { class in namespace:remoting
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);
H A Drsa_key_pair_unittest.cc58 scoped_refptr<RsaKeyPair> exported_key = RsaKeyPair::FromString(
60 scoped_refptr<RsaKeyPair> imported_key = RsaKeyPair::FromString(
69 scoped_refptr<RsaKeyPair> key_pair = RsaKeyPair::FromString(kTestRsaKeyPair);
77 scoped_refptr<RsaKeyPair> key_pair = RsaKeyPair::Generate();
86 scoped_refptr<RsaKeyPair> key_pair1 = RsaKeyPair
[all...]
H A Drsa_key_pair.cc21 RsaKeyPair::RsaKeyPair(scoped_ptr<crypto::RSAPrivateKey> key) function in class:remoting::RsaKeyPair
26 RsaKeyPair::~RsaKeyPair() {}
29 scoped_refptr<RsaKeyPair> RsaKeyPair::Generate() {
35 return new RsaKeyPair(key.Pass());
39 scoped_refptr<RsaKeyPair> RsaKeyPair::FromString(
55 return new RsaKeyPair(ke
[all...]
/external/chromium_org/remoting/protocol/
H A Dit2me_host_authenticator_factory.h18 class RsaKeyPair;
28 scoped_refptr<RsaKeyPair> key_pair,
40 scoped_refptr<RsaKeyPair> key_pair_;
H A Dnegotiating_host_authenticator.h22 class RsaKeyPair;
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_;
H A Dme2me_host_authenticator_factory.h20 class RsaKeyPair;
33 scoped_refptr<RsaKeyPair> key_pair,
42 scoped_refptr<RsaKeyPair> key_pair,
64 scoped_refptr<RsaKeyPair> key_pair_;
H A Dpairing_host_authenticator.h14 class RsaKeyPair;
25 scoped_refptr<RsaKeyPair> key_pair,
51 scoped_refptr<RsaKeyPair> key_pair_;
H A Dthird_party_host_authenticator.h17 class RsaKeyPair;
73 scoped_refptr<RsaKeyPair> key_pair,
90 scoped_refptr<RsaKeyPair> key_pair_;
H A Dv2_authenticator.h19 class RsaKeyPair;
33 scoped_refptr<RsaKeyPair> key_pair,
61 scoped_refptr<RsaKeyPair> local_key_pair_;
H A Dssl_hmac_channel_authenticator.h26 class RsaKeyPair;
54 scoped_refptr<RsaKeyPair> key_pair,
88 scoped_refptr<RsaKeyPair> local_key_pair_;
H A Dit2me_host_authenticator_factory.cc16 scoped_refptr<RsaKeyPair> key_pair,
H A Dauthenticator_test_base.h22 class RsaKeyPair;
57 scoped_refptr<RsaKeyPair> key_pair_;
H A Dnegotiating_host_authenticator.cc26 scoped_refptr<RsaKeyPair> key_pair)
35 scoped_refptr<RsaKeyPair> key_pair,
54 scoped_refptr<RsaKeyPair> key_pair,
H A Dme2me_host_authenticator_factory.cc67 scoped_refptr<RsaKeyPair> key_pair,
88 scoped_refptr<RsaKeyPair> key_pair,
H A Dssl_hmac_channel_authenticator_unittest.cc68 key_pair_ = RsaKeyPair::FromString(key_base64);
126 scoped_refptr<RsaKeyPair> key_pair_;
H A Dpairing_host_authenticator.cc21 scoped_refptr<RsaKeyPair> key_pair,
/external/chromium_org/remoting/host/
H A Dtoken_validator_factory_impl.h29 scoped_refptr<RsaKeyPair> key_pair,
42 scoped_refptr<RsaKeyPair> key_pair_;
H A Dhost_status_sender.h27 class RsaKeyPair;
60 scoped_refptr<RsaKeyPair> key_pair,
93 scoped_refptr<RsaKeyPair> key_pair_;
H A Dheartbeat_sender.h28 class RsaKeyPair;
99 scoped_refptr<RsaKeyPair> key_pair,
132 scoped_refptr<RsaKeyPair> key_pair_;
H A Dregister_support_host_request.h50 scoped_refptr<RsaKeyPair> key_pair,
76 scoped_refptr<RsaKeyPair> key_pair_;
H A Dhost_status_sender_unittest.cc45 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair);
63 scoped_refptr<RsaKeyPair> key_pair_;
188 scoped_refptr<RsaKeyPair> key_pair = RsaKeyPair::FromString(kTestRsaKeyPair);
H A Dregister_support_host_request_unittest.cc60 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair);
74 scoped_refptr<RsaKeyPair> key_pair_;
121 scoped_refptr<RsaKeyPair> key_pair = RsaKeyPair::FromString(kTestRsaKeyPair);
H A Dtoken_validator_factory_impl.cc42 scoped_refptr<RsaKeyPair> key_pair,
158 scoped_refptr<RsaKeyPair> key_pair_;
169 scoped_refptr<RsaKeyPair> key_pair,
H A Dtoken_validator_factory_impl_unittest.cc60 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair);
87 scoped_refptr<RsaKeyPair> key_pair_;
H A Dheartbeat_sender_unittest.cc68 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair);
96 scoped_refptr<RsaKeyPair> key_pair_;
251 scoped_refptr<RsaKeyPair> key_pair = RsaKeyPair::FromString(kTestRsaKeyPair);

Completed in 233 milliseconds

12