Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_rsa.c97 static void test_init_pubkey(rk_rsa_pub_key_pack *pub) in test_init_pubkey() function
157 test_init_pubkey(&pub_key); in demo_rsa_pub_enc()
233 test_init_pubkey(&pub_key); in demo_rsa_priv_enc()
299 test_init_pubkey(&pub_key); in demo_rsa_sign_data()
357 test_init_pubkey(&pub_key); in demo_rsa_sign_digest()
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Drsa_key_data.h9 RK_RES test_init_pubkey(rk_rsa_pub_key_pack *pub, uint32_t nbits);
H A Drsa_key_data.c369 RK_RES test_init_pubkey(rk_rsa_pub_key_pack *pub, uint32_t nbits) in test_init_pubkey() function
H A Dtest_rsa.c641 test_init_pubkey(&pub_key, nbits); in test_rsa_pub_enc()
753 test_init_pubkey(&pub_key, nbits); in test_rsa_priv_enc()
819 test_init_pubkey(&pub_key, nbits); in test_rsa_sign_common()
H A Dtest_throughput.c1054 test_init_pubkey(&pub_key, nbits); in test_rsa_item_tp()