HomeSort by relevance Sort by last modified time
    Searched defs:mp_copy (Results 1 - 6 of 6) sorted by null

  /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_6/wpa_supplicant/src/tls/
libtommath.c 157 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 (a, c)) != MP_OKAY)
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 157 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 (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...]

Completed in 292 milliseconds