Home
last modified time | relevance | path

Searched refs:KARATSUBA_MUL_CUTOFF (Results 1 – 8 of 8) sorted by relevance

/external/dropbear/libtommath/etc/
Dtune.c71 KARATSUBA_MUL_CUTOFF = size; in time_mult()
73 KARATSUBA_MUL_CUTOFF = 100000; in time_mult()
/external/dropbear/libtommath/
Dbncore.c27 int KARATSUBA_MUL_CUTOFF = 80, /* Min. number of digits before Karatsuba multiplication is… variable
Dbn_mp_mul.c32 if (MIN (a->used, b->used) >= KARATSUBA_MUL_CUTOFF) { in mp_mul()
Dtommath.h158 extern int KARATSUBA_MUL_CUTOFF,
/external/dropbear/libtommath/demo/
Dtiming.c153 old_kara_m = KARATSUBA_MUL_CUTOFF; in main()
158 KARATSUBA_MUL_CUTOFF = (ix == 0) ? 9999 : old_kara_m; in main()
Ddemo.c392 KARATSUBA_SQR_CUTOFF = KARATSUBA_MUL_CUTOFF = 8; in main()
/external/dropbear/libtommath/pre_gen/
Dmpi.c4947 if (MIN (a->used, b->used) >= KARATSUBA_MUL_CUTOFF) { in mp_mul()
9500 int KARATSUBA_MUL_CUTOFF = 80, /* Min. number of digits before Karatsuba multiplication is… variable
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c506 if (MIN (a->used, b->used) >= KARATSUBA_MUL_CUTOFF) { in mp_mul()