Home
last modified time | relevance | path

Searched refs:mulmod (Results 1 – 6 of 6) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h271 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/
Dgmp_desc.c308 static int mulmod(void *a, void *b, void *c, void *d) in mulmod() function
430 &mulmod,
Dltm_desc.c311 static int mulmod(void *a, void *b, void *c, void *d) in mulmod() function
436 &mulmod,
Dtfm_desc.c322 static int mulmod(void *a, void *b, void *c, void *d) in mulmod() function
724 &mulmod,
/external/dropbear/libtomcrypt/
Dchanges792 -- 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 …
Dcrypt.tex6222 int (*mulmod)(void *a, void *b, void *c, void *d);