Searched refs:KARATSUBA_MUL_CUTOFF (Results 1 - 10 of 10) sorted by relevance

/external/dropbear/libtommath/
H A Dbncore.c27 int KARATSUBA_MUL_CUTOFF = 80, /* Min. number of digits before Karatsuba multiplication is used. */ variable
H A Dbn_mp_mul.c32 if (MIN (a->used, b->used) >= KARATSUBA_MUL_CUTOFF) {
H A Dtommath.h158 extern int KARATSUBA_MUL_CUTOFF,
/external/dropbear/libtommath/etc/
H A Dtune.c71 KARATSUBA_MUL_CUTOFF = size;
73 KARATSUBA_MUL_CUTOFF = 100000;
134 printf("KARATSUBA_MUL_CUTOFF = %d\n", y);
/external/dropbear/libtommath/demo/
H A Dtiming.c153 old_kara_m = KARATSUBA_MUL_CUTOFF;
158 KARATSUBA_MUL_CUTOFF = (ix == 0) ? 9999 : old_kara_m;
H A Ddemo.c392 KARATSUBA_SQR_CUTOFF = KARATSUBA_MUL_CUTOFF = 8;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c506 if (MIN (a->used, b->used) >= KARATSUBA_MUL_CUTOFF) {
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c506 if (MIN (a->used, b->used) >= KARATSUBA_MUL_CUTOFF) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c506 if (MIN (a->used, b->used) >= KARATSUBA_MUL_CUTOFF) {
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c4947 if (MIN (a->used, b->used) >= KARATSUBA_MUL_CUTOFF) {
9500 int KARATSUBA_MUL_CUTOFF = 80, /* Min. number of digits before Karatsuba multiplication is used. */ variable

Completed in 98 milliseconds