Searched refs:mp_invmod (Results 1 – 1 of 1) sorted by relevance
162 static int mp_invmod(mp_int * a, mp_int * b, mp_int * c);608 if ((err = mp_invmod(G, P, &tmpG)) != MP_OKAY) { in mp_exptmod()725 static int mp_invmod (mp_int * a, mp_int * b, mp_int * c) in mp_invmod() function745 #error mp_invmod would always fail in mp_invmod()