Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c164 static int mp_mul_2d(mp_int * a, int b, mp_int * c);
978 if ((res = mp_mul_2d (a, 8, a)) != MP_OKAY) { in mp_read_unsigned_bin()
1384 static int mp_mul_2d (mp_int * a, int b, mp_int * c) in mp_mul_2d() function
1642 ((res = mp_mul_2d(&tb, n, &tb)) != MP_OKAY) || in mp_div()
1643 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) { in mp_div()
1743 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) { in mp_div()
1746 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) { in mp_div()