Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Drsa.c347 int ltc_hashindex, ltc_mgfindex, ltc_res, ltc_stat, ltc_rsa_algo; in sw_crypto_acipher_rsaes_decrypt() local
370 res = tee_algo_to_ltc_hashindex(mgf_algo, &ltc_mgfindex); in sw_crypto_acipher_rsaes_decrypt()
377 ltc_mgfindex = -1; in sw_crypto_acipher_rsaes_decrypt()
403 ltc_mgfindex, ltc_hashindex, ltc_rsa_algo, in sw_crypto_acipher_rsaes_decrypt()
465 int ltc_hashindex, ltc_mgfindex, ltc_res, ltc_rsa_algo; in sw_crypto_acipher_rsaes_encrypt() local
486 res = tee_algo_to_ltc_hashindex(mgf_algo, &ltc_mgfindex); in sw_crypto_acipher_rsaes_encrypt()
490 ltc_mgfindex = -1; in sw_crypto_acipher_rsaes_encrypt()
501 ltc_mgfindex, ltc_hashindex, ltc_rsa_algo, in sw_crypto_acipher_rsaes_encrypt()