Home
last modified time | relevance | path

Searched refs:ltc_ecc_projective_dbl_point (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_projective_dbl_point.c40 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
H A Dltc_ecc_projective_add_point.c56 return ltc_ecc_projective_dbl_point(P, R, ma, modulus, mp); in ltc_ecc_projective_add_point()
/optee_os/core/lib/libtomcrypt/src/math/
H A Dltm_desc.c531 &ltc_ecc_projective_dbl_point,
H A Dgmp_desc.c629 &ltc_ecc_projective_dbl_point,
H A Dtfm_desc.c827 &ltc_ecc_projective_dbl_point,
/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c687 .ecc_ptdbl = ltc_ecc_projective_dbl_point,
H A Dsub.mk341 srcs-$(_CFG_CORE_LTC_ECC) += src/pk/ecc/ltc_ecc_projective_dbl_point.c
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h331 int ltc_ecc_projective_dbl_point(const ecc_point *P, ecc_point *R, void *ma, void *modulus, void *m…