Searched refs:rsa_decrypt_key_ex (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/rsa/ |
| H A D | rsa_decrypt_key.c | 27 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 D | tomcrypt_pk.h | 63 …rsa_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 D | rsa.c | 401 ltc_res = rsa_decrypt_key_ex(src, src_len, buf, &blen, in sw_crypto_acipher_rsaes_decrypt()
|