Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c181 static int mp_reduce_2k_setup_l(mp_int *a, mp_int *d);
1942 if ((err = mp_reduce_2k_setup_l (P, &mu)) != MP_OKAY) { in s_mp_exptmod()
2190 static int mp_reduce_2k_setup_l(mp_int *a, mp_int *d) in mp_reduce_2k_setup_l() function