Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/mpi/
H A Dmpi.h287 mp_err mp_div(const mp_int *a, const mp_int *b, mp_int *q, mp_int *r);
H A Dmpi.c1010 mp_err mp_div(const mp_int *a, const mp_int *b, mp_int *q, mp_int *r) in mp_div() function
1247 if((res = mp_div(a, m, NULL, c)) != MP_OKAY) in mp_mod()
1363 if((res = mp_div(&t, &x, &t, NULL)) != MP_OKAY) in mp_sqrt()
1532 if((res = mp_div(&mu, m, &mu, NULL)) != MP_OKAY) in s_mp_exptmod()
1911 res = mp_div(&prod, &gcd, c, NULL); in mp_lcm()