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

  /external/dropbear/libtommath/
bn_mp_exch.c 22 mp_exch (mp_int * a, mp_int * b) function
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 498 #define mp_exch(a, b) do { void *ABC__tmp = a; a = b; b = ABC__tmp; } while(0); macro
  /external/wpa_supplicant/
libtommath.c 118 static void mp_exch(mp_int * a, mp_int * b);
525 mp_exch (&t, c);
855 mp_exch (&C, c);
1030 mp_exch (&t, d);
1166 static void mp_exch (mp_int * a, mp_int * b) function
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 387 /* {{{ mp_exch(mp1, mp2) */
390 mp_exch(mp1, mp2)
397 void mp_exch(mp_int *mp1, mp_int *mp2) function
408 } /* end mp_exch() */
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 145 static void mp_exch(mp_int * a, mp_int * b);
565 mp_exch (&t, c);
902 mp_exch (&C, c);
1078 mp_exch (&t, d);
1214 static void mp_exch (mp_int * a, mp_int * b) function
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 145 static void mp_exch(mp_int * a, mp_int * b);
565 mp_exch (&t, c);
902 mp_exch (&C, c);
1078 mp_exch (&t, d);
1214 static void mp_exch (mp_int * a, mp_int * b) function
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 189 mp_exch (&D, c);
1077 mp_exch (c, &t);
2424 mp_exch (mp_int * a, mp_int * b) function
    [all...]

Completed in 221 milliseconds