Searched refs:mp_init_multi (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | libtommath.h | 139 static int mp_init_multi(mp_int *mp, ...); 783 if ((res = mp_init_multi(&x, &y, &u, &v, in mp_invmod_slow() 1466 mp_init_multi(mp_int *mp, ...) in mp_init_multi() function 1656 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL)) != MP_OKAY) { in mp_div()
|