HomeSort by relevance Sort by last modified time
    Searched refs:mp_exch (Results 1 - 25 of 28) 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_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...]
  /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/etc/
pprime.c 346 mp_exch (&n, p);

Completed in 98 milliseconds

1 2