Searched refs:mp_div (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | libtommath.h | 161 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d); 568 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) { in mp_mod() 1632 mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() function 1715 mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() function 2280 return mp_div (a, b, a, NULL); in mp_reduce_setup()
|