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

  /external/dropbear/libtommath/
bncore.c 28 KARATSUBA_SQR_CUTOFF = 120, /* Min. number of digits before Karatsuba squaring is used. */
bn_mp_sqr.c 32 if (a->used >= KARATSUBA_SQR_CUTOFF) {
tommath.h 159 KARATSUBA_SQR_CUTOFF,
  /external/dropbear/libtommath/etc/
tune.c 99 KARATSUBA_SQR_CUTOFF = size;
101 KARATSUBA_SQR_CUTOFF = 100000;
135 printf("KARATSUBA_SQR_CUTOFF = %d\n", x);
  /external/dropbear/libtommath/demo/
timing.c 154 old_kara_s = KARATSUBA_SQR_CUTOFF;
159 KARATSUBA_SQR_CUTOFF = (ix == 0) ? 9999 : old_kara_s;
demo.c 392 KARATSUBA_SQR_CUTOFF = KARATSUBA_MUL_CUTOFF = 8;
  /external/wpa_supplicant/
libtommath.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c     [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c     [all...]

Completed in 217 milliseconds