Searched refs:mp_div_2d (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c162 static int mp_div_2d(mp_int * a, int b, mp_int * c, mp_int * d);
1013 if ((res = mp_div_2d (&t, 8, &t, NULL)) != MP_OKAY) {
1025 static int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) function
1654 if (((res = mp_div_2d(&tb, 1, &tb, NULL)) != MP_OKAY) ||
1655 ((res = mp_div_2d(&tq, 1, &tq, NULL)) != MP_OKAY)) {
1860 mp_div_2d (&x, norm, &x, NULL);
2164 if ((res = mp_div_2d(a, p, &q, a)) != MP_OKAY) {

Completed in 53 milliseconds