Searched refs:modi (Results 1 – 7 of 7) sorted by relevance
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 246 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/ |
D | gmp_desc.c | 279 static int modi(void *a, unsigned long b, unsigned long *c) in modi() function 426 &modi,
|
D | ltm_desc.c | 278 static int modi(void *a, unsigned long b, unsigned long *c) in modi() function 432 &modi,
|
D | tfm_desc.c | 287 static int modi(void *a, unsigned long b, unsigned long *c) in modi() function 720 &modi,
|
/external/tcpdump/tests/ |
D | print-capX.out | 385 0x15a0: 6469 6e2e 0a20 204c 6173 7420 6d6f 6469 din....Last.modi
|
D | print-X.new | 385 0x15a0: 6469 6e2e 0a20 204c 6173 7420 6d6f 6469 din....Last.modi
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 6197 int (*modi)(void *a, unsigned long b, unsigned long *c);
|