Searched refs:ltc_ecc_mulmod (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_mulmod_timing.c37 int ltc_ecc_mulmod(void *k, ecc_point *G, ecc_point *R, void *modulus, int map) function
H A Dltc_ecc_mulmod.c20 @file ltc_ecc_mulmod.c
39 int ltc_ecc_mulmod(void *k, ecc_point *G, ecc_point *R, void *modulus, int map) function
220 /* $Source: /cvs/libtom/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod.c,v $ */
/external/dropbear/libtomcrypt/src/math/
H A Dgmp_desc.c446 &ltc_ecc_mulmod,
H A Dltm_desc.c452 &ltc_ecc_mulmod,
H A Dtfm_desc.c740 &ltc_ecc_mulmod,
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h270 int ltc_ecc_mulmod(void *k, ecc_point *G, ecc_point *R, void *modulus, int map);
/external/dropbear/libtomcrypt/src/math/fp/
H A Dltc_ecc_fp_mulmod.c1272 err = ltc_ecc_mulmod(k, G, R, modulus, map);

Completed in 277 milliseconds