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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c192 /* {{{ mp_copy(from, to) */
195 mp_copy(from, to)
202 mp_err mp_copy(const mp_int *from, mp_int *to) function
248 } /* end mp_copy() */
519 if((res = mp_copy(a, b)) != MP_OKAY)
538 if((res = mp_copy(a, c)) != MP_OKAY)
577 mp_copy(a, q);
622 if((res = mp_copy(a, c)) != MP_OKAY)
693 if((res = mp_copy(a, b)) != MP_OKAY)
718 if((res = mp_copy(
[all...]

Completed in 36 milliseconds