/external/chromium_org/chrome/browser/extensions/ |
extension_creator.h | 69 crypto::RSAPrivateKey* key_pair,
|
/external/chromium_org/remoting/host/ |
heartbeat_sender.h | 99 scoped_refptr<RsaKeyPair> key_pair,
|
host_status_sender.h | 60 scoped_refptr<RsaKeyPair> key_pair,
|
register_support_host_request.h | 42 // |signal_strategy| and |key_pair| must outlive this 50 scoped_refptr<RsaKeyPair> key_pair,
|
host_status_sender.cc | 41 scoped_refptr<RsaKeyPair> key_pair, 45 key_pair_(key_pair),
|
register_support_host_request.cc | 39 scoped_refptr<RsaKeyPair> key_pair, 43 key_pair_(key_pair),
|
heartbeat_sender_unittest.cc | 251 scoped_refptr<RsaKeyPair> key_pair = RsaKeyPair::FromString(kTestRsaKeyPair); local 252 ASSERT_TRUE(key_pair.get()); 254 key_pair->SignMessage(std::string(kTestJid) + ' ' + expectedSequenceId);
|
heartbeat_sender.cc | 54 scoped_refptr<RsaKeyPair> key_pair, 59 key_pair_(key_pair),
|
/external/chromium_org/remoting/protocol/ |
ssl_hmac_channel_authenticator.h | 54 scoped_refptr<RsaKeyPair> key_pair,
|
third_party_host_authenticator.h | 68 // Creates a third-party host authenticator. |local_cert| and |key_pair| are 73 scoped_refptr<RsaKeyPair> key_pair,
|
v2_authenticator.h | 33 scoped_refptr<RsaKeyPair> key_pair,
|
ssl_hmac_channel_authenticator.cc | 41 scoped_refptr<RsaKeyPair> key_pair, 46 result->local_key_pair_ = key_pair;
|
v2_authenticator.cc | 48 scoped_refptr<RsaKeyPair> key_pair, 54 result->local_key_pair_ = key_pair;
|
/external/chromium_org/remoting/host/setup/ |
me2me_native_messaging_host.cc | 227 scoped_refptr<RsaKeyPair> key_pair = RsaKeyPair::Generate(); local 228 response->SetString("privateKey", key_pair->ToString()); 229 response->SetString("publicKey", key_pair->GetPublicKey());
|
/external/chromium_org/remoting/host/plugin/ |
host_script_object.cc | 984 scoped_refptr<RsaKeyPair> key_pair = RsaKeyPair::Generate(); local [all...] |