Home
last modified time | relevance | path

Searched refs:mp_mul_d (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h182 static int mp_mul_d (mp_int * a, mp_digit b, mp_int * c);
1830 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) { in mp_div()
1842 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) != MP_OKAY) { in mp_div()
3382 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) in mp_mul_d() function