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