Searched refs:mulmod (Results 1 – 6 of 6) sorted by relevance
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 271 int (*mulmod)(void *a, void *b, void *c, void *d); member 484 #define mp_mulmod(a, b, c, d) ltc_mp.mulmod(a, b, c, d)
|
/external/dropbear/libtomcrypt/src/math/ |
D | gmp_desc.c | 308 static int mulmod(void *a, void *b, void *c, void *d) in mulmod() function 430 &mulmod,
|
D | ltm_desc.c | 311 static int mulmod(void *a, void *b, void *c, void *d) in mulmod() function 436 &mulmod,
|
D | tfm_desc.c | 322 static int mulmod(void *a, void *b, void *c, void *d) in mulmod() function 724 &mulmod,
|
/external/dropbear/libtomcrypt/ |
D | changes | 792 -- Optimized the ECC mulmod more by removing a if condition that will always be false 820 …-- Sped up the ECC mulmod() routine by making the word size adapt to the input. Saves a whopping …
|
D | crypt.tex | 6222 int (*mulmod)(void *a, void *b, void *c, void *d);
|