Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c166 static int mp_div_2(mp_int * a, mp_int * b);
815 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) { in mp_invmod_slow()
829 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) { in mp_invmod_slow()
832 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) { in mp_invmod_slow()
840 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) { in mp_invmod_slow()
854 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) { in mp_invmod_slow()
857 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) { in mp_invmod_slow()
1335 static int mp_div_2(mp_int * a, mp_int * b) in mp_div_2() function