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