mp_xgcd
MP_CHECKOK( mp_xgcd(a, m, &g, &x, NULL) );
mp_err mp_xgcd(const mp_int *a, const mp_int *b, mp_int *g, mp_int *x, mp_int *y);