Searched refs:mp_invmod_slow (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c168 static int mp_invmod_slow(mp_int * a, mp_int * b, mp_int * c);
748 return mp_invmod_slow(a, b, c);
771 static int mp_invmod_slow (mp_int * a, mp_int * b, mp_int * c) function

Completed in 126 milliseconds