Home
last modified time | relevance | path

Searched refs: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() argument
37 *ltc_hashindex = find_hash("sha1"); in tee_algo_to_ltc_hashindex()
45 *ltc_hashindex = find_hash("md5"); in tee_algo_to_ltc_hashindex()
53 *ltc_hashindex = find_hash("sha224"); in tee_algo_to_ltc_hashindex()
61 *ltc_hashindex = find_hash("sha256"); in tee_algo_to_ltc_hashindex()
69 *ltc_hashindex = find_hash("sha384"); in tee_algo_to_ltc_hashindex()
77 *ltc_hashindex = find_hash("sha512"); in tee_algo_to_ltc_hashindex()
83 *ltc_hashindex = -1; in tee_algo_to_ltc_hashindex()
90 if (*ltc_hashindex < 0) in tee_algo_to_ltc_hashindex()
347 int ltc_hashindex, ltc_mgfindex, ltc_res, ltc_stat, ltc_rsa_algo; in sw_crypto_acipher_rsaes_decrypt() local
[all …]