Searched refs:modi (Results 1 - 5 of 5) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h246 int (*modi)(void *a, unsigned long b, unsigned long *c); member in struct:__anon5104
480 #define mp_mod_d(a, b, c) ltc_mp.modi(a, b, c)
/external/dropbear/libtomcrypt/src/math/
H A Dgmp_desc.c278 /* modi */
279 static int modi(void *a, unsigned long b, unsigned long *c) function
426 &modi,
H A Dltm_desc.c277 /* modi */
278 static int modi(void *a, unsigned long b, unsigned long *c) function
432 &modi,
H A Dtfm_desc.c286 /* modi */
287 static int modi(void *a, unsigned long b, unsigned long *c) function
720 &modi,
/external/dropbear/libtomcrypt/
H A Dcrypt.tex6197 int (*modi)(void *a, unsigned long b, unsigned long *c);

Completed in 211 milliseconds