Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/math/
H A Dltm_desc.c526 &ltc_ecc_fp_mulmod,
H A Dgmp_desc.c624 &ltc_ecc_fp_mulmod,
H A Dtfm_desc.c818 &ltc_ecc_fp_mulmod,
/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c682 .ecc_ptmul = ltc_ecc_fp_mulmod,
H A Dsub.mk157 srcs-$(_CFG_CORE_LTC_ACIPHER) += src/math/fp/ltc_ecc_fp_mulmod.c
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h339 int ltc_ecc_fp_mulmod(void *k, ecc_point *G, ecc_point *R, void *a, void *modulus, int map);
/optee_os/core/lib/libtomcrypt/src/math/fp/
H A Dltc_ecc_fp_mulmod.c1222 int ltc_ecc_fp_mulmod(void *k, ecc_point *G, ecc_point *R, void *a, void *modulus, int map) in ltc_ecc_fp_mulmod() function