Searched refs:asn1_list (Results 1 – 1 of 1) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/math/fp/ |
A D | ltc_ecc_fp_mulmod.c | 1491 ltc_asn1_list *asn1_list; in ltc_ecc_fp_restore_state() local 1504 asn1_list = NULL; in ltc_ecc_fp_restore_state() 1535 LTC_SET_ASN1(asn1_list, j++, LTC_ASN1_SHORT_INTEGER, &num_entries, 1); in ltc_ecc_fp_restore_state() 1536 LTC_SET_ASN1(asn1_list, j++, LTC_ASN1_SHORT_INTEGER, &fp_entries, 1); in ltc_ecc_fp_restore_state() 1537 LTC_SET_ASN1(asn1_list, j++, LTC_ASN1_SHORT_INTEGER, &fp_lut, 1); in ltc_ecc_fp_restore_state() 1560 LTC_SET_ASN1(asn1_list, j++, LTC_ASN1_INTEGER, p->x, 1); in ltc_ecc_fp_restore_state() 1561 LTC_SET_ASN1(asn1_list, j++, LTC_ASN1_INTEGER, p->y, 1); in ltc_ecc_fp_restore_state() 1566 LTC_SET_ASN1(asn1_list, j++, LTC_ASN1_INTEGER, fp_cache[i].mu, 1); in ltc_ecc_fp_restore_state() 1574 XFREE(asn1_list); in ltc_ecc_fp_restore_state() 1578 if(asn1_list) in ltc_ecc_fp_restore_state() [all …]
|
Completed in 6 milliseconds