Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/math/fp/
H A Dltc_ecc_fp_mulmod.c34 } fp_cache[FP_ENTRIES]; variable
574 if (fp_cache[x].lru_count < y && fp_cache[x].lock == 0) { in s_find_hole()
576 y = fp_cache[x].lru_count; in s_find_hole()
582 if (fp_cache[x].lru_count > 3) { in s_find_hole()
583 --(fp_cache[x].lru_count); in s_find_hole()
588 if (z >= 0 && fp_cache[z].g) { in s_find_hole()
589 if (fp_cache[z].mu != NULL) { in s_find_hole()
590 mp_clear(fp_cache[z].mu); in s_find_hole()
591 fp_cache[z].mu = NULL; in s_find_hole()
593 ltc_ecc_del_point(fp_cache[z].g); in s_find_hole()
[all …]