Searched refs:ltc_ecc_set_point_xyz (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ltc_ecc_points.c | 44 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() function
|
| H A D | ltc_ecc_map.c | 30 return ltc_ecc_set_point_xyz(0, 0, 1, P); in ltc_ecc_map()
|
| H A D | ltc_ecc_mulmod_timing.c | 41 return ltc_ecc_set_point_xyz(1, 1, 0, R); in ltc_ecc_mulmod()
|
| H A D | ltc_ecc_mulmod.c | 42 return ltc_ecc_set_point_xyz(1, 1, 0, R); in ltc_ecc_mulmod()
|
| H A D | ltc_ecc_projective_dbl_point.c | 61 err = ltc_ecc_set_point_xyz(1, 1, 0, R); in ltc_ecc_projective_dbl_point()
|
| H A D | ltc_ecc_projective_add_point.c | 61 err = ltc_ecc_set_point_xyz(1, 1, 0, R); in ltc_ecc_projective_add_point()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_private.h | 320 int ltc_ecc_set_point_xyz(ltc_mp_digit x, ltc_mp_digit y, ltc_mp_digit z, ecc_point *p);
|