/external/dropbear/libtomcrypt/src/math/ |
gmp_desc.c | 372 static int exptmod(void *a, void *b, void *c, void *d) function 439 &exptmod,
|
ltm_desc.c | 376 static int exptmod(void *a, void *b, void *c, void *d) function 445 &exptmod,
|
tfm_desc.c | 389 static int exptmod(void *a, void *b, void *c, void *d) function 733 &exptmod,
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 328 int (*exptmod)(void *a, void *b, void *c, void *d); member in struct:__anon1631 493 #define mp_exptmod(a,b,c,d) ltc_mp.exptmod(a,b,c,d)
|