Searched refs:rsa_decrypt_key_ex (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/ |
A D | rsa_decrypt_key.c | 26 int rsa_decrypt_key_ex(const unsigned char *in, unsigned long inlen, in rsa_decrypt_key_ex() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 63 …rsa_decrypt_key_ex(in, inlen, out, outlen, lparam, lparamlen, hash_idx, LTC_PKCS_1_OAEP, stat, key) 82 int rsa_decrypt_key_ex(const unsigned char *in, unsigned long inlen,
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | rsa.c | 379 ltc_res = rsa_decrypt_key_ex(src, src_len, buf, &blen, in sw_crypto_acipher_rsaes_decrypt()
|
Completed in 5 milliseconds