Lines Matching full:mp_invmod
167 static int mp_invmod(mp_int * a, mp_int * b, mp_int * c);613 if ((err = mp_invmod(G, P, &tmpG)) != MP_OKAY) {733 static int mp_invmod (mp_int * a, mp_int * b, mp_int * c)753 #error mp_invmod would always fail