Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h238 int (*div_2)(void *a, void *b); member
478 #define mp_div_2(a, b) ltc_mp.div_2(a, b)
/external/dropbear/libtomcrypt/src/math/
Dgmp_desc.c270 static int div_2(void *a, void *b) in div_2() function
425 &div_2,
Dltm_desc.c270 static int div_2(void *a, void *b) in div_2() function
431 &div_2,
Dtfm_desc.c278 static int div_2(void *a, void *b) in div_2() function
719 &div_2,
/external/dropbear/libtommath/
Dchanges.txt303 v0.13 -- tons of minor speed-ups in low level add, sub, mul_2 and div_2 which propagate
/external/dropbear/libtomcrypt/
Dcrypt.tex6189 int (*div_2)(void *a, void *b);