Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:mp_div_2

125 static int mp_div_2(mp_int * a, mp_int * b);
752 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
766 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) {
769 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
777 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
791 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) {
794 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) {
1268 static int mp_div_2(mp_int * a, mp_int * b)