Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/math/fp/
A Dltc_ecc_fp_mulmod.c14 #ifndef FP_ENTRIES
15 #define FP_ENTRIES 16 macro
34 } fp_cache[FP_ENTRIES];
573 for (z = -1, y = INT_MAX, x = 0; x < FP_ENTRIES; x++) { in s_find_hole()
581 for (x = 0; x < FP_ENTRIES; x++) { in s_find_hole()
608 for (x = 0; x < FP_ENTRIES; x++) { in s_find_base()
616 if (x == FP_ENTRIES) { in s_find_base()
1293 for (x = 0; x < FP_ENTRIES; x++) { in s_ltc_ecc_fp_free_cache()
1387 for (i = 0; i < FP_ENTRIES; i++) { in ltc_ecc_fp_tablelock()
1408 fp_entries = FP_ENTRIES; in ltc_ecc_fp_save_state()
[all …]

Completed in 7 milliseconds