Searched refs:ltc_ecc_projective_dbl_point (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | sub.mk | 20 srcs-y += ltc_ecc_projective_dbl_point.c
|
A D | ltc_ecc_projective_dbl_point.c | 40 int ltc_ecc_projective_dbl_point(const ecc_point *P, ecc_point *R, void *ma, void *modulus, void *m… in ltc_ecc_projective_dbl_point() function
|
A D | ltc_ecc_projective_add_point.c | 56 return ltc_ecc_projective_dbl_point(P, R, ma, modulus, mp); in ltc_ecc_projective_add_point()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | ltm_desc.c | 531 <c_ecc_projective_dbl_point,
|
A D | gmp_desc.c | 629 <c_ecc_projective_dbl_point,
|
A D | tfm_desc.c | 827 <c_ecc_projective_dbl_point,
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 688 .ecc_ptdbl = ltc_ecc_projective_dbl_point,
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_private.h | 306 int ltc_ecc_projective_dbl_point(const ecc_point *P, ecc_point *R, void *ma, void *modulus, void *m…
|
Completed in 11 milliseconds