Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Drsa.c29 static TEE_Result tee_algo_to_ltc_hashindex(uint32_t algo, int *ltc_hashindex) in tee_algo_to_ltc_hashindex() function
364 res = tee_algo_to_ltc_hashindex(algo, &ltc_hashindex); in sw_crypto_acipher_rsaes_decrypt()
370 res = tee_algo_to_ltc_hashindex(mgf_algo, &ltc_mgfindex); in sw_crypto_acipher_rsaes_decrypt()
481 res = tee_algo_to_ltc_hashindex(algo, &ltc_hashindex); in sw_crypto_acipher_rsaes_encrypt()
486 res = tee_algo_to_ltc_hashindex(mgf_algo, &ltc_mgfindex); in sw_crypto_acipher_rsaes_encrypt()
578 ltc_res = tee_algo_to_ltc_hashindex(algo, &ltc_hashindex); in sw_crypto_acipher_rsassa_sign()
671 res = tee_algo_to_ltc_hashindex(algo, &ltc_hashindex); in sw_crypto_acipher_rsassa_verify()