Searched refs:mp_div_2d (Results 1 - 3 of 3) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/tls/ |
H A D | libtommath.c | 162 static int mp_div_2d(mp_int * a, int b, mp_int * c, mp_int * d); 1013 if ((res = mp_div_2d (&t, 8, &t, NULL)) != MP_OKAY) { 1025 static int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) function 1654 if (((res = mp_div_2d(&tb, 1, &tb, NULL)) != MP_OKAY) || 1655 ((res = mp_div_2d(&tq, 1, &tq, NULL)) != MP_OKAY)) { 1860 mp_div_2d (&x, norm, &x, NULL); 2164 if ((res = mp_div_2d(a, p, &q, a)) != MP_OKAY) {
|
/external/wpa_supplicant_8/src/tls/ |
H A D | libtommath.c | 162 static int mp_div_2d(mp_int * a, int b, mp_int * c, mp_int * d); 1013 if ((res = mp_div_2d (&t, 8, &t, NULL)) != MP_OKAY) { 1025 static int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) function 1654 if (((res = mp_div_2d(&tb, 1, &tb, NULL)) != MP_OKAY) || 1655 ((res = mp_div_2d(&tq, 1, &tq, NULL)) != MP_OKAY)) { 1860 mp_div_2d (&x, norm, &x, NULL); 2164 if ((res = mp_div_2d(a, p, &q, a)) != MP_OKAY) {
|
/external/wpa_supplicant_8/wpa_supplicant/src/tls/ |
H A D | libtommath.c | 162 static int mp_div_2d(mp_int * a, int b, mp_int * c, mp_int * d); 1013 if ((res = mp_div_2d (&t, 8, &t, NULL)) != MP_OKAY) { 1025 static int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) function 1654 if (((res = mp_div_2d(&tb, 1, &tb, NULL)) != MP_OKAY) || 1655 ((res = mp_div_2d(&tq, 1, &tq, NULL)) != MP_OKAY)) { 1860 mp_div_2d (&x, norm, &x, NULL); 2164 if ((res = mp_div_2d(a, p, &q, a)) != MP_OKAY) {
|
Completed in 291 milliseconds