Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/tls/
H A Dlibtommath.c156 static int mp_mul_2d(mp_int * a, int b, mp_int * c);
970 if ((res = mp_mul_2d (a, 8, a)) != MP_OKAY) { in mp_read_unsigned_bin()
1376 static int mp_mul_2d (mp_int * a, int b, mp_int * c) in mp_mul_2d() function
1634 ((res = mp_mul_2d(&tb, n, &tb)) != MP_OKAY) || in mp_div()
1635 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) { in mp_div()
1735 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) { in mp_div()
1738 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) { in mp_div()