mp_bmul
if ((res = mp_bmul(a, b, r) ) != MP_OKAY)
mp_err mp_bmul(const mp_int *a, const mp_int *b, mp_int *c);