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

  /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/wpa_supplicant/
libtommath.c 123 static int mp_init_copy(mp_int * a, mp_int * b);
938 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
1037 static int mp_init_copy (mp_int * a, mp_int * b) function
    [all...]
  /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_6/wpa_supplicant/src/tls/
libtommath.c 150 static int mp_init_copy(mp_int * a, mp_int * b);
986 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
1085 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...]

Completed in 664 milliseconds