Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_points.c47 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/core/lib/libtomcrypt/
H A Dmpi_desc.c110 static int set_int(void *a, ltc_mp_digit b) in set_int() function
372 res = set_int(&bn_b, b); in modi()
639 .set_int = set_int,
/optee_os/core/lib/libtomcrypt/src/math/
H A Dtfm_desc.c79 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,
H A Dltm_desc.c102 static int set_int(void *a, ltc_mp_digit b) in set_int() function
482 &set_int,
H A Dgmp_desc.c56 static int set_int(void *a, ltc_mp_digit b) in set_int() function
580 &set_int,
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_math.h89 int (*set_int)(void *a, ltc_mp_digit n); member
H A Dtomcrypt_private.h203 #define mp_set(a, b) ltc_mp.set_int(a, b)
204 #define mp_set_int(a, b) ltc_mp.set_int(a, b)