Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_core.h31 RK_RES rk_rsa_pub_encrypt(const rk_rsa_pub_key_pack *pub, enum RK_RSA_CRYPT_PADDING padding,
/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_rsa.c160 res = rk_rsa_pub_encrypt(&pub_key, padding, plain, sizeof(plain), enc_buf, &out_len); in demo_rsa_pub_enc()
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_rsa.c644 res = rk_rsa_pub_encrypt(&pub_key, padding, data, data_len, enc_buf, &out_len); in test_rsa_pub_enc()
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_core.c995 RK_RES rk_rsa_pub_encrypt(const rk_rsa_pub_key_pack *pub, enum RK_RSA_CRYPT_PADDING padding, in rk_rsa_pub_encrypt() function