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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/
H A Dmpi.c136 void s_mp_copy(mp_digit *sp, mp_digit *dp, mp_size count); /* copy */
152 #define s_mp_copy(sp, dp, count) \ macro
155 #define s_mp_copy(sp, dp, count) memcpy(dp, sp, (count) * sizeof(mp_digit)) macro
319 s_mp_copy(DIGITS(from), DIGITS(mp), USED(from));
359 s_mp_copy(DIGITS(from), DIGITS(to), USED(from));
365 s_mp_copy(DIGITS(from), tmp, USED(from));
2667 s_mp_copy(DIGITS(mp), tmp, USED(mp));
2725 /* {{{ s_mp_copy(sp, dp, count) */
2729 void s_mp_copy(mp_digit *sp, mp_digit *dp, mp_size count) function
2740 } /* end s_mp_copy() */
[all...]

Completed in 124 milliseconds