Home
last modified time | relevance | path

Searched refs:mp_exch (Results 1 – 25 of 28) sorted by relevance

12

/external/dropbear/libtommath/
Dbn_mp_exteuclid.c70 if (U1 != NULL) { mp_exch(U1, &u1); } in mp_exteuclid()
71 if (U2 != NULL) { mp_exch(U2, &u2); } in mp_exteuclid()
72 if (U3 != NULL) { mp_exch(U3, &u3); } in mp_exteuclid()
Dbn_mp_div.c76 mp_exch(c, &q); in mp_div()
80 mp_exch(d, &ta); in mp_div()
267 mp_exch (&q, c); in mp_div()
275 mp_exch (&x, d); in mp_div()
Dbn_mp_exch.c22 mp_exch (mp_int * a, mp_int * b) in mp_exch() function
Dbn_mp_mod.c38 mp_exch (&t, c); in mp_mod()
Dbn_mp_xor.c43 mp_exch (c, &t); in mp_xor()
Dbn_mp_or.c42 mp_exch (c, &t); in mp_or()
Dbn_mp_and.c49 mp_exch (c, &t); in mp_and()
Dbn_mp_div_3.c68 mp_exch(&q, c); in mp_div_3()
Dbn_mp_sqrt.c70 mp_exch(&t1,ret); in mp_sqrt()
Dbn_mp_div_2d.c88 mp_exch (&t, d); in mp_div_2d()
Dbn_s_mp_mul_digs.c81 mp_exch (&t, c); in s_mp_mul_digs()
Dbn_s_mp_mul_high_digs.c73 mp_exch (&t, c); in s_mp_mul_high_digs()
Dbn_s_mp_sqr.c76 mp_exch (&t, b); in s_mp_sqr()
Dbn_mp_n_root.c116 mp_exch (&t1, c); in mp_n_root()
Dbn_mp_div_d.c99 mp_exch(&q, c); in mp_div_d()
Dbn_mp_gcd.c77 mp_exch(&u, &v); in mp_gcd()
Dbn_fast_mp_invmod.c137 mp_exch (&D, c); in fast_mp_invmod()
Dbn_mp_invmod_slow.c166 mp_exch (&C, c); in mp_invmod_slow()
Dbn_s_mp_exptmod.c237 mp_exch (&res, Y); in s_mp_exptmod()
Dbn_mp_exptmod_fast.c306 mp_exch (&res, Y); in mp_exptmod_fast()
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c158 static void mp_exch(mp_int * a, mp_int * b);
578 mp_exch (&t, c); in mp_mod()
918 mp_exch (&C, c); in mp_invmod_slow()
1094 mp_exch (&t, d); in mp_div_2d()
1230 static void mp_exch (mp_int * a, mp_int * b) in mp_exch() function
1665 mp_exch(c, &q); in mp_div()
1669 mp_exch(d, &ta); in mp_div()
1856 mp_exch (&q, c); in mp_div()
1862 mp_exch (&x, d); in mp_div()
2098 mp_exch (&res, Y); in s_mp_exptmod()
[all …]
/external/dropbear/libtommath/pre_gen/
Dmpi.c189 mp_exch (&D, c); in fast_mp_invmod()
1077 mp_exch (c, &t); in mp_and()
1631 mp_exch(c, &q); in mp_div()
1635 mp_exch(d, &ta); in mp_div()
1822 mp_exch (&q, c); in mp_div()
1828 mp_exch (&x, d); in mp_div()
2011 mp_exch (&t, d); in mp_div_2d()
2092 mp_exch(&q, c); in mp_div_3()
2206 mp_exch(&q, c); in mp_div_d()
2424 mp_exch (mp_int * a, mp_int * b) in mp_exch() function
[all …]
/external/dropbear/libtomcrypt/src/pk/dsa/
Ddsa_make_key.c102 mp_exch(tmp, key->g); in dsa_make_key()
/external/dropbear/libtommath/etc/
Dpprime.c346 mp_exch (&n, p); in pprime()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h498 #define mp_exch(a, b) do { void *ABC__tmp = a; a = b; b = ABC__tmp; } while(0); macro

12