xref: /OK3568_Linux_fs/external/security/librkcrypto/test/rsa_key_data.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /*
2  * Copyright (c) 2022 Rockchip Electronics Co. Ltd.
3  */
4 #ifndef _RSA_KEY_DATA_H_
5 #define _RSA_KEY_DATA_H_
6 
7 #include "rkcrypto_common.h"
8 
9 RK_RES test_init_pubkey(rk_rsa_pub_key_pack *pub, uint32_t nbits);
10 RK_RES test_init_privkey(rk_rsa_priv_key_pack *piv, uint32_t nbits);
11 
12 #endif /*_TEST_RSA_H_*/
13 
14