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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c157 /* {{{ mp_init_copy(mp, from) */
160 mp_init_copy(mp, from)
167 mp_err mp_init_copy(mp_int *mp, const mp_int *from) function
188 } /* end mp_init_copy() */
198 'to' has already been initialized (if not, use mp_init_copy()
426 if((res = mp_init_copy(&tmp, a)) != MP_OKAY)
470 if((res = mp_init_copy(&tmp, a)) != MP_OKAY)
587 if((res = mp_init_copy(&qp, a)) != MP_OKAY)
644 if((res = mp_init_copy(&x, a)) != MP_OKAY)
824 if ((res = mp_init_copy(
[all...]

Completed in 38 milliseconds