Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h246 int (*modi)(void *a, unsigned long b, unsigned long *c); member
480 #define mp_mod_d(a, b, c) ltc_mp.modi(a, b, c)
/external/dropbear/libtomcrypt/src/math/
Dgmp_desc.c279 static int modi(void *a, unsigned long b, unsigned long *c) in modi() function
426 &modi,
Dltm_desc.c278 static int modi(void *a, unsigned long b, unsigned long *c) in modi() function
432 &modi,
Dtfm_desc.c287 static int modi(void *a, unsigned long b, unsigned long *c) in modi() function
720 &modi,
/external/tcpdump/tests/
Dprint-capX.out385 0x15a0: 6469 6e2e 0a20 204c 6173 7420 6d6f 6469 din....Last.modi
Dprint-X.new385 0x15a0: 6469 6e2e 0a20 204c 6173 7420 6d6f 6469 din....Last.modi
/external/dropbear/libtomcrypt/
Dcrypt.tex6197 int (*modi)(void *a, unsigned long b, unsigned long *c);