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

/illumos-gate/usr/src/common/mpi/
H A Dmpi-priv.h219 mp_err s_mp_add_3arg(const mp_int *a, const mp_int *b, mp_int *c);
H A Dmpi.c757 MP_CHECKOK( s_mp_add_3arg(a, b, c) );
795 MP_CHECKOK( s_mp_add_3arg(a, b, c) );
3581 mp_err s_mp_add_3arg(const mp_int *a, const mp_int *b, mp_int *c) function

Completed in 78 milliseconds