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

/external/dropbear/libtommath/
H A Dbn_mp_copy.c20 mp_copy (mp_int * a, mp_int * b) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h451 #define mp_copy(a, b) ltc_mp.copy(a, b) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.c328 /* {{{ mp_copy(from, to) */
331 mp_copy(from, to)
338 mp_err mp_copy(mp_int *from, mp_int *to) function
383 } /* end mp_copy() */
543 if((res = mp_copy(a, b)) != MP_OKAY)
577 if((res = mp_copy(a, b)) != MP_OKAY)
624 if((res = mp_copy(a, b)) != MP_OKAY)
643 if((res = mp_copy(a, c)) != MP_OKAY)
681 mp_copy(a, q);
702 if((res = mp_copy(
[all...]
/external/wpa_supplicant/
H A Dlibtommath.c126 static int mp_copy(mp_int * a, mp_int * b);
728 if ((res = mp_copy (b, &y)) != MP_OKAY) {
739 if ((res = mp_copy (&x, &u)) != MP_OKAY) {
742 if ((res = mp_copy (&y, &v)) != MP_OKAY) {
970 res = mp_copy (a, c);
990 if ((res = mp_copy (a, c)) != MP_OKAY) {
1044 return mp_copy (b, a);
1065 static int mp_copy (mp_int * a, mp_int * b) function
1246 if ((res = mp_copy (a, b)) != MP_OKAY) {
1323 if ((res = mp_copy (
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c157 static int mp_copy(mp_int * a, mp_int * b);
775 if ((res = mp_copy (b, &y)) != MP_OKAY) {
786 if ((res = mp_copy (&x, &u)) != MP_OKAY) {
789 if ((res = mp_copy (&y, &v)) != MP_OKAY) {
1018 res = mp_copy (a, c);
1038 if ((res = mp_copy (a, c)) != MP_OKAY) {
1092 return mp_copy (b, a);
1113 static int mp_copy (mp_int * a, mp_int * b) function
1295 if ((res = mp_copy (a, b)) != MP_OKAY) {
1375 if ((res = mp_copy (
[all...]
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c92 if ((res = mp_copy (b, &x)) != MP_OKAY) {
102 if ((res = mp_copy (&x, &u)) != MP_OKAY) {
105 if ((res = mp_copy (&y, &v)) != MP_OKAY) {
792 if ((res = mp_copy (a, b)) != MP_OKAY) {
1454 mp_copy (mp_int * a, mp_int * b) function
1589 res = mp_copy (a, d);
1671 res = mp_copy (a, d);
1799 if ((res = mp_copy (&y, &t1)) != MP_OKAY) {
1951 res = mp_copy (a, c);
1971 if ((res = mp_copy (
[all...]

Completed in 133 milliseconds