Searched refs:fast_s_mp_mul_high_digs (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/tommath/
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
H A Dbn_mp_reduce.c46 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
H A Dbn_s_mp_mul_high_digs.c34 return fast_s_mp_mul_high_digs (a, b, c, digs);
H A Dtommath.h557 int fast_s_mp_mul_high_digs(mp_int *a, mp_int *b, mp_int *c, int digs);
/barrelfish-master/lib/tommath/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
6607 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
9251 return fast_s_mp_mul_high_digs (a, b, c, digs);

Completed in 99 milliseconds