mp_bmod
return mp_bmod(a, meth->irr_arr, r);
return mp_bmod(r, p, r);
MP_CHECKOK( mp_bmod(r, p, r) );
MP_CHECKOK( mp_bmod(a, p, a) );
MP_CHECKOK( mp_bmod(u, p, u) );
mp_err mp_bmod(const mp_int *a, const unsigned int p[], mp_int *r);