Home
last modified time | relevance | path

Searched refs:mp_reduce_setup (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c183 static int mp_reduce_setup(mp_int * a, mp_int * b);
1937 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) { in s_mp_exptmod()
2243 static int mp_reduce_setup (mp_int * a, mp_int * b) in mp_reduce_setup() function