Home
last modified time | relevance | path

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) ); in mp_add()
795 MP_CHECKOK( s_mp_add_3arg(a, b, c) ); in mp_sub()
3581 mp_err s_mp_add_3arg(const mp_int *a, const mp_int *b, mp_int *c) in s_mp_add_3arg() function