Searched defs:mp_copy (Results 1 - 7 of 7) 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_8/hostapd/src/tls/
H A Dlibtommath.c170 static int mp_copy(mp_int * a, mp_int * b);
791 if ((res = mp_copy (b, &y)) != MP_OKAY) {
802 if ((res = mp_copy (&x, &u)) != MP_OKAY) {
805 if ((res = mp_copy (&y, &v)) != MP_OKAY) {
1034 res = mp_copy (a, c);
1054 if ((res = mp_copy (a, c)) != MP_OKAY) {
1108 return mp_copy (b, a);
1129 static int mp_copy (mp_int * a, mp_int * b) function
1311 if ((res = mp_copy (a, b)) != MP_OKAY) {
1391 if ((res = mp_copy (
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c170 static int mp_copy(mp_int * a, mp_int * b);
791 if ((res = mp_copy (b, &y)) != MP_OKAY) {
802 if ((res = mp_copy (&x, &u)) != MP_OKAY) {
805 if ((res = mp_copy (&y, &v)) != MP_OKAY) {
1034 res = mp_copy (a, c);
1054 if ((res = mp_copy (a, c)) != MP_OKAY) {
1108 return mp_copy (b, a);
1129 static int mp_copy (mp_int * a, mp_int * b) function
1311 if ((res = mp_copy (a, b)) != MP_OKAY) {
1391 if ((res = mp_copy (
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c170 static int mp_copy(mp_int * a, mp_int * b);
791 if ((res = mp_copy (b, &y)) != MP_OKAY) {
802 if ((res = mp_copy (&x, &u)) != MP_OKAY) {
805 if ((res = mp_copy (&y, &v)) != MP_OKAY) {
1034 res = mp_copy (a, c);
1054 if ((res = mp_copy (a, c)) != MP_OKAY) {
1108 return mp_copy (b, a);
1129 static int mp_copy (mp_int * a, mp_int * b) function
1311 if ((res = mp_copy (a, b)) != MP_OKAY) {
1391 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 67 milliseconds