Home
last modified time | relevance | path

Searched refs:TOOM_MUL_CUTOFF (Results 1 – 7 of 7) sorted by relevance

/external/dropbear/libtommath/
Dbncore.c30TOOM_MUL_CUTOFF = 350, /* no optimal values of these are known yet so set em high */ variable
Dbn_mp_mul.c26 if (MIN (a->used, b->used) >= TOOM_MUL_CUTOFF) { in mp_mul()
Dtommath.h160 TOOM_MUL_CUTOFF,
/external/dropbear/libtommath/demo/
Dtiming.c100 TOOM_MUL_CUTOFF = TOOM_SQR_CUTOFF = 100000; in main()
Ddemo.c393 TOOM_SQR_CUTOFF = TOOM_MUL_CUTOFF = 16; in main()
/external/wpa_supplicant/
Dlibtommath.c447 if (MIN (a->used, b->used) >= TOOM_MUL_CUTOFF) { in mp_mul()
/external/dropbear/libtommath/pre_gen/
Dmpi.c4941 if (MIN (a->used, b->used) >= TOOM_MUL_CUTOFF) { in mp_mul()
9503TOOM_MUL_CUTOFF = 350, /* no optimal values of these are known yet so set em high */ variable