Searched refs:set_int (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ltc_ecc_points.c | 47 if ((err = ltc_mp.set_int(p->x, x)) != CRYPT_OK) return err; in ltc_ecc_set_point_xyz() 48 if ((err = ltc_mp.set_int(p->y, y)) != CRYPT_OK) return err; in ltc_ecc_set_point_xyz() 49 if ((err = ltc_mp.set_int(p->z, z)) != CRYPT_OK) return err; in ltc_ecc_set_point_xyz()
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 110 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-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | tfm_desc.c | 79 static int set_int(void *a, ltc_mp_digit b) in set_int() function 448 ltc_mp.set_int(R->x, 1); in tfm_ecc_projective_dbl_point() 449 ltc_mp.set_int(R->y, 1); in tfm_ecc_projective_dbl_point() 450 ltc_mp.set_int(R->z, 0); in tfm_ecc_projective_dbl_point() 774 &set_int,
|
A D | ltm_desc.c | 102 static int set_int(void *a, ltc_mp_digit b) in set_int() function 482 &set_int,
|
A D | gmp_desc.c | 56 static int set_int(void *a, ltc_mp_digit b) in set_int() function 580 &set_int,
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_math.h | 89 int (*set_int)(void *a, ltc_mp_digit n); member
|
A D | tomcrypt_private.h | 178 #define mp_set(a, b) ltc_mp.set_int(a, b) 179 #define mp_set_int(a, b) ltc_mp.set_int(a, b)
|
Completed in 12 milliseconds