Home
last modified time | relevance | path

Searched refs:rsa_decrypt_key_ex (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_decrypt_key.c27 int rsa_decrypt_key_ex(const unsigned char *in, unsigned long inlen, in rsa_decrypt_key_ex() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h63rsa_decrypt_key_ex(in, inlen, out, outlen, lparam, lparamlen, hash_idx, -1, LTC_PKCS_1_OAEP, stat,…
83 int rsa_decrypt_key_ex(const unsigned char *in, unsigned long inlen,
/optee_os/core/lib/libtomcrypt/
H A Drsa.c401 ltc_res = rsa_decrypt_key_ex(src, src_len, buf, &blen, in sw_crypto_acipher_rsaes_decrypt()