Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_math.h89 int (*set_int)(void *a, ltc_mp_digit n);
103 ltc_mp_digit (*get_digit)(void *a, int n);
127 int (*compare_d)(void *a, ltc_mp_digit n);
206 int (*addi)(void *a, ltc_mp_digit b, void *c);
223 int (*subi)(void *a, ltc_mp_digit b, void *c);
241 int (*muli)(void *a, ltc_mp_digit b, void *c);
280 int (*modi)(void *a, ltc_mp_digit b, ltc_mp_digit *c);
H A Dtomcrypt_cfg.h236 typedef unsigned long long ltc_mp_digit; typedef
238 typedef unsigned long ltc_mp_digit; typedef
H A Dtomcrypt_private.h320 int ltc_ecc_set_point_xyz(ltc_mp_digit x, ltc_mp_digit y, ltc_mp_digit z, ecc_point *p);
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_points.c44 int ltc_ecc_set_point_xyz(ltc_mp_digit x, ltc_mp_digit y, ltc_mp_digit z, ecc_point *p) in ltc_ecc_set_point_xyz()
H A Dltc_ecc_mulmod_timing.c30 ltc_mp_digit buf; in ltc_ecc_mulmod()
H A Dltc_ecc_mulmod.c31 ltc_mp_digit buf; in ltc_ecc_mulmod()
/optee_os/core/lib/libtomcrypt/src/math/
H A Dltm_desc.c102 static int set_int(void *a, ltc_mp_digit b) in set_int()
123 static ltc_mp_digit get_digit(void *a, int n) in get_digit()
151 static int compare_d(void *a, ltc_mp_digit b) in compare_d()
247 static int addi(void *a, ltc_mp_digit b, void *c) in addi()
263 static int subi(void *a, ltc_mp_digit b, void *c) in subi()
279 static int muli(void *a, ltc_mp_digit b, void *c) in muli()
319 static int modi(void *a, ltc_mp_digit b, ltc_mp_digit *c) in modi()
H A Dgmp_desc.c56 static int set_int(void *a, ltc_mp_digit b) in set_int()
69 static ltc_mp_digit get_digit(void *a, int n) in get_digit()
96 static int compare_d(void *a, ltc_mp_digit b) in compare_d()
230 static int addi(void *a, ltc_mp_digit b, void *c) in addi()
248 static int subi(void *a, ltc_mp_digit b, void *c) in subi()
266 static int muli(void *a, ltc_mp_digit b, void *c) in muli()
425 static int modi(void *a, ltc_mp_digit b, ltc_mp_digit *c) in modi()
H A Dtfm_desc.c79 static int set_int(void *a, ltc_mp_digit b) in set_int()
94 static ltc_mp_digit get_digit(void *a, int n) in get_digit()
124 static int compare_d(void *a, ltc_mp_digit b) in compare_d()
209 static int addi(void *a, ltc_mp_digit b, void *c) in addi()
227 static int subi(void *a, ltc_mp_digit b, void *c) in subi()
245 static int muli(void *a, ltc_mp_digit b, void *c) in muli()
281 static int modi(void *a, ltc_mp_digit b, ltc_mp_digit *c) in modi()
/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c110 static int set_int(void *a, ltc_mp_digit b) in set_int()
135 static ltc_mp_digit get_digit(void *a, int n) in get_digit()
139 COMPILE_TIME_ASSERT(sizeof(ltc_mp_digit) >= sizeof(mbedtls_mpi_uint)); in get_digit()
165 static int compare_d(void *a, ltc_mp_digit b) in compare_d()
277 static int addi(void *a, ltc_mp_digit b, void *c) in addi()
299 static int subi(void *a, ltc_mp_digit b, void *c) in subi()
321 static int muli(void *a, ltc_mp_digit b, void *c) in muli()
363 static int modi(void *a, ltc_mp_digit b, ltc_mp_digit *c) in modi()
/optee_os/core/lib/libtomcrypt/src/pk/dh/
H A Ddh_check_pubkey.c16 ltc_mp_digit digit; in dh_check_pubkey()
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_sizes.c282 SZ_STRINGIFY_T(ltc_mp_digit),