Home
last modified time | relevance | path

Searched refs:rk_rsa_priv_decrypt (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_core.h33 RK_RES rk_rsa_priv_decrypt(const rk_rsa_priv_key_pack *priv, enum RK_RSA_CRYPT_PADDING padding,
/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_rsa.c167 res = rk_rsa_priv_decrypt(&priv_key, padding, enc_buf, out_len, dec_buf, &out_len); in demo_rsa_pub_enc()
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_rsa.c680 res = rk_rsa_priv_decrypt(&priv_key, padding, enc_buf, out_len, dec_buf, &out_len); in test_rsa_pub_enc()
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_core.c1017 RK_RES rk_rsa_priv_decrypt(const rk_rsa_priv_key_pack *priv, enum RK_RSA_CRYPT_PADDING padding, in rk_rsa_priv_decrypt() function