Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_core.h37 RK_RES rk_rsa_pub_decrypt(const rk_rsa_pub_key_pack *pub, enum RK_RSA_CRYPT_PADDING padding,
/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_rsa.c243 res = rk_rsa_pub_decrypt(&pub_key, padding, enc_buf, out_len, dec_buf, &out_len); in demo_rsa_priv_enc()
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_rsa.c764 res = rk_rsa_pub_decrypt(&pub_key, padding, enc_buf, out_len, dec_buf, &out_len); in test_rsa_priv_enc()
H A Dtest_throughput.c1069 res = rk_rsa_pub_decrypt(&pub_key, RK_RSA_CRYPT_PADDING_NONE, in test_rsa_item_tp()
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_core.c1060 RK_RES rk_rsa_pub_decrypt(const rk_rsa_pub_key_pack *pub, enum RK_RSA_CRYPT_PADDING padding, in rk_rsa_pub_decrypt() function