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

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c172 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d);
569 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
1610 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
1692 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
2251 return mp_div (a, b, a, NULL);
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c172 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d);
569 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
1610 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
1692 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
2251 return mp_div (a, b, a, NULL);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c172 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d);
569 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
1610 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
1692 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
2251 return mp_div (a, b, a, NULL);

Completed in 45 milliseconds