HomeSort by relevance Sort by last modified time
    Searched full:div_2 (Results 1 - 7 of 7) sorted by null

  /external/dropbear/libtomcrypt/src/math/
gmp_desc.c 270 static int div_2(void *a, void *b) function
425 &div_2,
ltm_desc.c 270 static int div_2(void *a, void *b) function
431 &div_2,
tfm_desc.c 278 static int div_2(void *a, void *b) function
719 &div_2,
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 238 int (*div_2)(void *a, void *b); member in struct:__anon6124
478 #define mp_div_2(a, b) ltc_mp.div_2(a, b)
  /external/dropbear/libtommath/demo/
demo.c 679 printf("div_2 %lu failure\n", div2_n);
  /external/dropbear/libtommath/
changes.txt 303 v0.13 -- tons of minor speed-ups in low level add, sub, mul_2 and div_2 which propagate
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 100 milliseconds