HomeSort by relevance Sort by last modified time
    Searched defs:mp_exch (Results 1 - 5 of 5) 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/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_8/src/tls/
libtommath.c 158 static void mp_exch(mp_int * a, mp_int * b);
578 mp_exch (&t, c);
918 mp_exch (&C, c);
1094 mp_exch (&t, d);
1230 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 593 milliseconds