bn_mod_mul_montgomery
return bn_mod_mul_montgomery(r, a, b, mctx, ctx);
return bn_mod_mul_montgomery(r, a, &mctx->RR, mctx, ctx);