Searched refs:s_mp_mul_high_digs (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/tommath/
H A Dbn_mp_reduce.c42 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
H A Dbn_s_mp_mul_high_digs.c22 s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
H A Dtommath.h558 int 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.c6603 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
9239 s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function

Completed in 101 milliseconds