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

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c172 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d);
569 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
1609 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
1691 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
2250 return mp_div (a, b, a, NULL);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1166 return mp_div((mp_int *) a, (mp_int *) b, (mp_int *) d,

Completed in 166 milliseconds