Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/tls/
H A Dlibtommath.c164 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d);
561 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) { in mp_mod()
1601 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() function
1683 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() function
2242 return mp_div (a, b, a, NULL); in mp_reduce_setup()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1485 return mp_div((mp_int *) a, (mp_int *) b, (mp_int *) d, in crypto_bignum_div()