Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/math/
Dgmp_desc.c444 &ltc_ecc_fp_mulmod,
Dltm_desc.c450 &ltc_ecc_fp_mulmod,
Dtfm_desc.c738 &ltc_ecc_fp_mulmod,
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h263 int ltc_ecc_fp_mulmod(void *k, ecc_point *G, ecc_point *R, void *modulus, int map);
/external/dropbear/libtomcrypt/
DAndroid.mk41 src/math/fp/ltc_ecc_fp_mulmod.c src/math/gmp_desc.c src/math/ltm_desc.c src/math/multi.c \
DMakefile.in132 src/math/fp/ltc_ecc_fp_mulmod.o src/math/gmp_desc.o src/math/ltm_desc.o src/math/multi.o \
Dmakefile.msvc39 src/math/fp/ltc_ecc_fp_mulmod.obj src/math/gmp_desc.obj src/math/ltm_desc.obj src/math/multi.obj \
Dmakefile.unix75 src/math/fp/ltc_ecc_fp_mulmod.o src/math/gmp_desc.o src/math/ltm_desc.o src/math/multi.o \
Dmakefile.icc129 src/math/fp/ltc_ecc_fp_mulmod.o src/math/gmp_desc.o src/math/ltm_desc.o src/math/multi.o \
Dmakefile.shared134 src/math/fp/ltc_ecc_fp_mulmod.o src/math/gmp_desc.o src/math/ltm_desc.o src/math/multi.o \
/external/dropbear/libtomcrypt/src/math/fp/
Dltc_ecc_fp_mulmod.c1222 int ltc_ecc_fp_mulmod(void *k, ecc_point *G, ecc_point *R, void *modulus, int map) in ltc_ecc_fp_mulmod() function