Searched refs:KARATSUBA_SQR_CUTOFF (Results 1 - 11 of 11) sorted by relevance

/external/dropbear/libtommath/
H A Dbncore.c28 KARATSUBA_SQR_CUTOFF = 120, /* Min. number of digits before Karatsuba squaring is used. */ variable
H A Dbn_mp_sqr.c32 if (a->used >= KARATSUBA_SQR_CUTOFF) {
H A Dtommath.h159 KARATSUBA_SQR_CUTOFF,
/external/dropbear/libtommath/etc/
H A Dtune.c99 KARATSUBA_SQR_CUTOFF = size;
101 KARATSUBA_SQR_CUTOFF = 100000;
135 printf("KARATSUBA_SQR_CUTOFF = %d\n", x);
/external/dropbear/libtommath/demo/
H A Dtiming.c154 old_kara_s = KARATSUBA_SQR_CUTOFF;
159 KARATSUBA_SQR_CUTOFF = (ix == 0) ? 9999 : old_kara_s;
H A Ddemo.c392 KARATSUBA_SQR_CUTOFF = KARATSUBA_MUL_CUTOFF = 8;
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c2108 if (a->used >= KARATSUBA_SQR_CUTOFF) {
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c2116 if (a->used >= KARATSUBA_SQR_CUTOFF) {
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c2116 if (a->used >= KARATSUBA_SQR_CUTOFF) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c2116 if (a->used >= KARATSUBA_SQR_CUTOFF) {
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c7295 if (a->used >= KARATSUBA_SQR_CUTOFF) {
9501 KARATSUBA_SQR_CUTOFF = 120, /* Min. number of digits before Karatsuba squaring is used. */ variable

Completed in 106 milliseconds