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

/illumos-gate/usr/src/common/mpi/
H A Dmpi.h296 mp_err mp_mod_d(const mp_int *a, mp_digit d, mp_digit *c);
H A Dmpi.c1276 /* {{{ mp_mod_d(a, d, c) */
1279 mp_mod_d(a, d, c)
1283 mp_err mp_mod_d(const mp_int *a, mp_digit d, mp_digit *c) function
1306 } /* end mp_mod_d() */

Completed in 52 milliseconds