Searched refs:muli (Results 1 – 5 of 5) sorted by relevance
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 215 int (*muli)(void *a, unsigned long b, void *c); member 475 #define mp_mul_d(a, b, c) ltc_mp.muli(a, b, c)
|
/external/dropbear/libtomcrypt/src/math/ |
D | gmp_desc.c | 233 static int muli(void *a, unsigned long b, void *c) in muli() function 422 &muli,
|
D | ltm_desc.c | 247 static int muli(void *a, unsigned long b, void *c) in muli() function 428 &muli,
|
D | tfm_desc.c | 253 static int muli(void *a, unsigned long b, void *c) in muli() function 716 &muli,
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 6166 int (*muli)(void *a, unsigned long b, void *c);
|