Searched refs:mp_div (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | libtommath.c | 172 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) { in mp_mod() 1609 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() function 1691 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() function 2250 return mp_div (a, b, a, NULL); in mp_reduce_setup()
|