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.c1402 unsigned long fp_entries, fp_lut, num_entries; in ltc_ecc_fp_save_state() local
1408 fp_entries = FP_ENTRIES; in ltc_ecc_fp_save_state()
1438 LTC_SET_ASN1(cache_entry, j++, LTC_ASN1_SHORT_INTEGER, &fp_entries, 1); in ltc_ecc_fp_save_state()
1485 unsigned long num_entries, fp_entries, fp_lut; in ltc_ecc_fp_restore_state() local
1514 LTC_ASN1_SHORT_INTEGER, 1, &fp_entries, in ltc_ecc_fp_restore_state()
1519 if (fp_entries != FP_ENTRIES || fp_lut != FP_LUT || num_entries > fp_entries) { in ltc_ecc_fp_restore_state()
1529 LTC_SET_ASN1(asn1_list, j++, LTC_ASN1_SHORT_INTEGER, &fp_entries, 1); in ltc_ecc_fp_restore_state()

Completed in 5 milliseconds