HomeSort by relevance Sort by last modified time
    Searched refs:mp_exch (Results 1 - 25 of 29) sorted by null

1 2

  /external/dropbear/libtommath/
bn_mp_exch.c 22 mp_exch (mp_int * a, mp_int * b) function
bn_mp_mod.c 38 mp_exch (&t, c);
bn_mp_exteuclid.c 70 if (U1 != NULL) { mp_exch(U1, &u1); }
71 if (U2 != NULL) { mp_exch(U2, &u2); }
72 if (U3 != NULL) { mp_exch(U3, &u3); }
bn_mp_and.c 49 mp_exch (c, &t);
bn_mp_or.c 42 mp_exch (c, &t);
bn_mp_xor.c 43 mp_exch (c, &t);
bn_mp_div_2d.c 88 mp_exch (&t, d);
bn_mp_div_3.c 68 mp_exch(&q, c);
bn_mp_sqrt.c 70 mp_exch(&t1,ret);
bn_s_mp_mul_digs.c 81 mp_exch (&t, c);
bn_s_mp_mul_high_digs.c 73 mp_exch (&t, c);
bn_s_mp_sqr.c 76 mp_exch (&t, b);
bn_mp_div.c 76 mp_exch(c, &q);
80 mp_exch(d, &ta);
267 mp_exch (&q, c);
275 mp_exch (&x, d);
bn_mp_div_d.c 99 mp_exch(&q, c);
bn_mp_gcd.c 77 mp_exch(&u, &v);
bn_mp_n_root.c 116 mp_exch (&t1, c);
bn_fast_mp_invmod.c 137 mp_exch (&D, c);
bn_mp_invmod_slow.c 166 mp_exch (&C, c);
bn_s_mp_exptmod.c 237 mp_exch (&res, Y);
bn_mp_exptmod_fast.c 306 mp_exch (&res, Y);
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_make_key.c 102 mp_exch(tmp, key->g);
  /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/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/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...]
  /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

Completed in 66 milliseconds

1 2