Searched defs:mp_exch (Results 1 - 6 of 6) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_exch.c22 mp_exch (mp_int * a, mp_int * b) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h498 #define mp_exch(a, b) do { void *ABC__tmp = a; a = b; b = ABC__tmp; } while(0); macro
/external/dropbear/libtommath/mtest/
H A Dmpi.c387 /* {{{ mp_exch(mp1, mp2) */
390 mp_exch(mp1, mp2)
397 void mp_exch(mp_int *mp1, mp_int *mp2) function
408 } /* end mp_exch() */
3249 mp_exch(&quot, mp);
/external/wpa_supplicant/
H A Dlibtommath.c118 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
1591 mp_exch(c, &q);
1595 mp_exch(d, &ta);
1824 mp_exch (&res, Y);
2127 mp_exch (&t, c);
2307 mp_exch (
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c145 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
1649 mp_exch(c, &q);
1653 mp_exch(d, &ta);
1840 mp_exch (&q, c);
1846 mp_exch (&x, d);
2082 mp_exch (
[all...]
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c189 mp_exch (&D, c);
1077 mp_exch (c, &t);
1631 mp_exch(c, &q);
1635 mp_exch(d, &ta);
1822 mp_exch (&q, c);
1828 mp_exch (&x, d);
2011 mp_exch (&t, d);
2092 mp_exch(&q, c);
2206 mp_exch(&q, c);
2424 mp_exch (mp_in function
[all...]

Completed in 188 milliseconds