Home
last modified time | relevance | path

Searched refs:test_init_privkey (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_rsa.c109 static void test_init_privkey(rk_rsa_priv_key_pack *priv) in test_init_privkey() function
158 test_init_privkey(&priv_key); in demo_rsa_pub_enc()
234 test_init_privkey(&priv_key); in demo_rsa_priv_enc()
300 test_init_privkey(&priv_key); in demo_rsa_sign_data()
358 test_init_privkey(&priv_key); in demo_rsa_sign_digest()
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Drsa_key_data.h10 RK_RES test_init_privkey(rk_rsa_priv_key_pack *piv, uint32_t nbits);
H A Drsa_key_data.c403 RK_RES test_init_privkey(rk_rsa_priv_key_pack *priv, uint32_t nbits) in test_init_privkey() function
H A Dtest_rsa.c642 test_init_privkey(&priv_key, nbits); in test_rsa_pub_enc()
754 test_init_privkey(&priv_key, nbits); in test_rsa_priv_enc()
820 test_init_privkey(&priv_key, nbits); in test_rsa_sign_common()
H A Dtest_throughput.c1055 test_init_privkey(&priv_key, nbits); in test_rsa_item_tp()