HomeSort by relevance Sort by last modified time
    Searched refs:TOOM_MUL_CUTOFF (Results 1 - 8 of 8) sorted by null

  /external/dropbear/libtommath/
bncore.c 30 TOOM_MUL_CUTOFF = 350, /* no optimal values of these are known yet so set em high */
bn_mp_mul.c 26 if (MIN (a->used, b->used) >= TOOM_MUL_CUTOFF) {
tommath.h 160 TOOM_MUL_CUTOFF,
  /external/dropbear/libtommath/demo/
timing.c 100 TOOM_MUL_CUTOFF = TOOM_SQR_CUTOFF = 100000;
demo.c 393 TOOM_SQR_CUTOFF = TOOM_MUL_CUTOFF = 16;
  /external/wpa_supplicant/
libtommath.c 447 if (MIN (a->used, b->used) >= TOOM_MUL_CUTOFF) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 487 if (MIN (a->used, b->used) >= TOOM_MUL_CUTOFF) {
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c     [all...]

Completed in 26 milliseconds