Searched refs:mp_div_2 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Dec_naf.c100 mp_div_2(&k, &k);
H A Decp_jac.c313 MP_CHECKOK(mp_div_2(&t1, &t1));
/illumos-gate/usr/src/common/mpi/
H A Dmpi.h271 mp_err mp_div_2(const mp_int *a, mp_int *c);
H A Dmpi.c618 /* {{{ mp_div_2(a, c) */
621 mp_div_2(a, c)
626 mp_err mp_div_2(const mp_int *a, mp_int *c) function
639 } /* end mp_div_2() */

Completed in 70 milliseconds