Lines Matching full:mp_invmod
154 static int mp_invmod(mp_int * a, mp_int * b, mp_int * c);600 if ((err = mp_invmod(G, P, &tmpG)) != MP_OKAY) {717 static int mp_invmod (mp_int * a, mp_int * b, mp_int * c)737 #error mp_invmod would always fail