Searched defs:fast_s_mp_mul_high_digs (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_fast_s_mp_mul_high_digs.c27 int fast_s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c518 int fast_s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
6602 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
9241 return fast_s_mp_mul_high_digs (a, b, c, digs);

Completed in 73 milliseconds