Searched refs:mp_div (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/common/mpi/ |
H A D | mpi.h | 287 mp_err mp_div(const mp_int *a, const mp_int *b, mp_int *q, mp_int *r);
|
H A D | mpi.c | 1010 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()
|