Searched refs:mp_div_2d (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
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) { in mp_to_unsigned_bin() 1025 static int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) in mp_div_2d() function 1654 if (((res = mp_div_2d(&tb, 1, &tb, NULL)) != MP_OKAY) || in mp_div() 1655 ((res = mp_div_2d(&tq, 1, &tq, NULL)) != MP_OKAY)) { in mp_div() 1860 mp_div_2d (&x, norm, &x, NULL); in mp_div() 2164 if ((res = mp_div_2d(a, p, &q, a)) != MP_OKAY) { in mp_reduce_2k_l()
|