Searched refs:mp_mul_2d (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | libtommath.h | 153 static int mp_mul_2d(mp_int * a, int b, mp_int * c); 981 if ((res = mp_mul_2d (a, 8, a)) != MP_OKAY) { in mp_read_unsigned_bin() 1400 mp_mul_2d (mp_int * a, int b, mp_int * c) in mp_mul_2d() function 1665 ((res = mp_mul_2d(&tb, n, &tb)) != MP_OKAY) || in mp_div() 1666 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) { in mp_div() 1767 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) { in mp_div() 1770 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) { in mp_div()
|