Searched refs:mp_invmod_slow (Results 1 – 1 of 1) sorted by relevance
168 static int mp_invmod_slow(mp_int * a, mp_int * b, mp_int * c);748 return mp_invmod_slow(a, b, c); in mp_invmod()771 static int mp_invmod_slow (mp_int * a, mp_int * b, mp_int * c) in mp_invmod_slow() function