/external/dropbear/libtommath/ |
bn_mp_copy.c | 20 mp_copy (mp_int * a, mp_int * b) function
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 451 #define mp_copy(a, b) ltc_mp.copy(a, b) macro
|
/external/dropbear/libtommath/mtest/ |
mpi.c | 328 /* {{{ 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(a, q)) != MP_OKAY [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 170 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 (a, c)) != MP_OKAY) [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 92 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 [all...] |