/external/dropbear/libtommath/ |
bn_mp_init_copy.c | 19 int mp_init_copy (mp_int * a, mp_int * b) function
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 448 #define mp_init_copy(a, b) ltc_mp.init_copy(a, b) macro
|
/external/dropbear/libtommath/mtest/ |
mpi.c | 297 /* {{{ mp_init_copy(mp, from) */ 300 mp_init_copy(mp, from) 307 mp_err mp_init_copy(mp_int *mp, mp_int *from) function 324 } /* end mp_init_copy() */ 334 'to' has already been initialized (if not, use mp_init_copy() 712 if((res = mp_init_copy(&qp, a)) != MP_OKAY) 767 if((res = mp_init_copy(&x, a)) != MP_OKAY) 896 if((res = mp_init_copy(&tmp, a)) != MP_OKAY) 926 if((res = mp_init_copy(&tmp, b)) != MP_OKAY) 986 if((res = mp_init_copy(&tmp, a)) != MP_OKAY [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 163 static int mp_init_copy(mp_int * a, mp_int * b); 1002 if ((res = mp_init_copy (&t, a)) != MP_OKAY) { 1101 static int mp_init_copy (mp_int * a, mp_int * b) function [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 1054 if ((res = mp_init_copy (&t, a)) != MP_OKAY) { 1060 if ((res = mp_init_copy (&t, b)) != MP_OKAY) { 3443 int mp_init_copy (mp_int * a, mp_int * b) function [all...] |