Lines Matching refs:RSAPrivateKey
20 std::unique_ptr<crypto::RSAPrivateKey> key_original( in TEST()
21 crypto::RSAPrivateKey::Create(1024)); in TEST()
26 std::unique_ptr<crypto::RSAPrivateKey> key( in TEST()
27 crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(key_info)); in TEST()
57 std::unique_ptr<crypto::RSAPrivateKey> key_original( in TEST()
58 crypto::RSAPrivateKey::Create(1024)); in TEST()
63 std::unique_ptr<crypto::RSAPrivateKey> key( in TEST()
64 crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(key_info)); in TEST()
91 std::unique_ptr<crypto::RSAPrivateKey> key_original( in TEST()
92 crypto::RSAPrivateKey::Create(1024)); in TEST()
97 std::unique_ptr<crypto::RSAPrivateKey> key( in TEST()
98 crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(key_info)); in TEST()