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

/barrelfish-master/lib/tommath/
H A Dbn_mp_montgomery_reduce.c35 return fast_mp_montgomery_reduce (x, n, rho);
H A Dbn_fast_mp_montgomery_reduce.c26 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) function
H A Dbn_mp_exptmod_fast.c101 redux = fast_mp_montgomery_reduce;
H A Dtommath.h567 int fast_mp_montgomery_reduce(mp_int *a, mp_int *m, mp_digit mp);
/barrelfish-master/lib/tommath/pre_gen/
H A Dmpi.c230 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) function
2723 redux = fast_mp_montgomery_reduce;
4770 return fast_mp_montgomery_reduce (x, n, rho);

Completed in 96 milliseconds