Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
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-3.20.0/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-3.20.0/core/lib/libtomcrypt/src/math/
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,
A Dltm_desc.c102 static int set_int(void *a, ltc_mp_digit b) in set_int() function
482 &set_int,
A Dgmp_desc.c56 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 Dtomcrypt_math.h89 int (*set_int)(void *a, ltc_mp_digit n); member
A Dtomcrypt_private.h178 #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