Searched refs:tq (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | libtommath.h | 1634 mp_int ta, tb, tq, q; in mp_div() local 1656 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL)) != MP_OKAY) { in mp_div() 1661 mp_set(&tq, 1); in mp_div() 1666 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) { in mp_div() 1673 ((res = mp_add(&q, &tq, &q)) != MP_OKAY)) { in mp_div() 1678 ((res = mp_div_2d(&tq, 1, &tq, NULL)) != MP_OKAY)) { in mp_div() 1695 mp_clear_multi(&ta, &tb, &tq, &q, NULL); in mp_div()
|