/external/dropbear/libtomcrypt/src/math/ |
gmp_desc.c | 215 static int subi(void *a, unsigned long b, void *c) function 420 &subi,
|
ltm_desc.c | 231 static int subi(void *a, unsigned long b, void *c) function 426 &subi,
|
tfm_desc.c | 235 static int subi(void *a, unsigned long b, void *c) function 714 &subi,
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 199 int (*subi)(void *a, unsigned long b, void *c); member in struct:__anon5551 473 #define mp_sub_d(a, b, c) ltc_mp.subi(a, b, c)
|