Searched defs:mp_init_copy (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/common/mpi/
H A Dmpi.c173 /* {{{ mp_init_copy(mp, from) */
176 mp_init_copy(mp, from)
183 mp_err mp_init_copy(mp_int *mp, const mp_int *from) function
201 } /* end mp_init_copy() */
211 'to' has already been initialized (if not, use mp_init_copy()
440 if((res = mp_init_copy(&tmp, a)) != MP_OKAY)
484 if((res = mp_init_copy(&tmp, a)) != MP_OKAY)
601 if((res = mp_init_copy(&qp, a)) != MP_OKAY)
658 if((res = mp_init_copy(&x, a)) != MP_OKAY)
913 if ((res = mp_init_copy(
[all...]

Completed in 30 milliseconds