Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Dltc_ecc_points.c54 if ((err = ltc_mp.set_int(p->x, x)) != CRYPT_OK) return err; in ltc_ecc_set_point_xyz()
55 if ((err = ltc_mp.set_int(p->y, y)) != CRYPT_OK) return err; in ltc_ecc_set_point_xyz()
56 if ((err = ltc_mp.set_int(p->z, z)) != CRYPT_OK) return err; in ltc_ecc_set_point_xyz()
/optee_os/core/lib/libtomcrypt/
A Dmpi_desc.c110 static int set_int(void *a, ltc_mp_digit b) in set_int() function
373 res = set_int(&bn_b, b); in modi()
640 .set_int = set_int,
/optee_os/core/lib/libtomcrypt/src/math/
A Dtfm_desc.c86 static int set_int(void *a, ltc_mp_digit b) in set_int() function
455 ltc_mp.set_int(R->x, 1); in tfm_ecc_projective_dbl_point()
456 ltc_mp.set_int(R->y, 1); in tfm_ecc_projective_dbl_point()
457 ltc_mp.set_int(R->z, 0); in tfm_ecc_projective_dbl_point()
781 &set_int,
A Dltm_desc.c90 static int set_int(void *a, ltc_mp_digit b) in set_int() function
453 &set_int,
A Dgmp_desc.c63 static int set_int(void *a, ltc_mp_digit b) in set_int() function
587 &set_int,
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_math.h96 int (*set_int)(void *a, ltc_mp_digit n); member
A Dtomcrypt_private.h165 #define mp_set(a, b) ltc_mp.set_int(a, b)
166 #define mp_set_int(a, b) ltc_mp.set_int(a, b)
/optee_os/out/arm/core/
A Dtee.symb_sizes1122 000000000e1355b4 0000000000000048 t set_int
A Dtee.dmp181 000000000e1355b4 l F .text 0000000000000048 set_int
81833 000000000e1355b4 <set_int>:
81834 set_int():
81837 e1355b8: 540001e1 b.ne e1355f4 <set_int+0x40> // b.any
81994 e135764: 97ffff94 bl e1355b4 <set_int>
A Dtee.map23676 .text.set_int 0x000000000e1355b4 0x48 out/arm/core/lib/libtomcrypt/libtomcrypt.a(mpi_desc.o)

Completed in 222 milliseconds