s_mp_sub_3arg
mp_err s_mp_sub_3arg(const mp_int *a, const mp_int *b, mp_int *c);
MP_CHECKOK( s_mp_sub_3arg(a, b, c) );
MP_CHECKOK( s_mp_sub_3arg(b, a, c) );
MP_CHECKOK( s_mp_sub_3arg(a, b, c) );
MP_CHECKOK( s_mp_sub_3arg(b, a, c) );