Lines Matching refs:RSAPrivateKey
21 std::unique_ptr<crypto::RSAPrivateKey> key_original( in TEST()
22 crypto::RSAPrivateKey::Create(1024)); in TEST()
27 std::unique_ptr<crypto::RSAPrivateKey> key( in TEST()
28 crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(key_info)); in TEST()
56 std::unique_ptr<crypto::RSAPrivateKey> key_original( in TEST()
57 crypto::RSAPrivateKey::Create(1024)); in TEST()
62 std::unique_ptr<crypto::RSAPrivateKey> key( in TEST()
63 crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(key_info)); in TEST()
88 std::unique_ptr<crypto::RSAPrivateKey> key_original( in TEST()
89 crypto::RSAPrivateKey::Create(1024)); in TEST()
94 std::unique_ptr<crypto::RSAPrivateKey> key( in TEST()
95 crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(key_info)); in TEST()