Searched refs:mp_clear (Results 1 - 25 of 84) sorted by relevance

1234

/external/dropbear/libtommath/
H A Dbn_mp_expt_d.c34 mp_clear (&g);
41 mp_clear (&g);
50 mp_clear (&g);
H A Dbn_mp_reduce_2k_setup.c30 mp_clear(&tmp);
35 mp_clear(&tmp);
40 mp_clear(&tmp);
H A Dbn_mp_addmod.c30 mp_clear (&t);
34 mp_clear (&t);
H A Dbn_mp_mulmod.c29 mp_clear (&t);
33 mp_clear (&t);
H A Dbn_mp_sqrmod.c30 mp_clear (&t);
34 mp_clear (&t);
H A Dbn_mp_submod.c31 mp_clear (&t);
35 mp_clear (&t);
H A Dbn_mp_mod.c30 mp_clear (&t);
41 mp_clear (&t);
H A Dbn_mp_to_unsigned_bin.c36 mp_clear (&t);
41 mp_clear (&t);
H A Dbn_mp_clear_multi.c25 mp_clear(next_mp);
H A Dbn_mp_karatsuba_mul.c153 X1Y1:mp_clear (&x1y1);
154 X0Y0:mp_clear (&x0y0);
155 T1:mp_clear (&t1);
156 Y1:mp_clear (&y1);
157 Y0:mp_clear (&y0);
158 X1:mp_clear (&x1);
159 X0:mp_clear (&x0);
H A Dbn_mp_karatsuba_sqr.c108 X1X1:mp_clear (&x1x1);
109 X0X0:mp_clear (&x0x0);
110 T2:mp_clear (&t2);
111 T1:mp_clear (&t1);
112 X1:mp_clear (&x1);
113 X0:mp_clear (&x0);
H A Dbn_mp_radix_size.c62 mp_clear (&t);
67 mp_clear (&t);
H A Dbn_mp_toradix.c52 mp_clear (&t);
67 mp_clear (&t);
H A Dbn_mp_toradix_n.c65 mp_clear (&t);
80 mp_clear (&t);
H A Dbn_mp_clear.c20 mp_clear (mp_int * a) function
H A Dbn_mp_reduce_2k_setup_l.c37 mp_clear(&tmp);
H A Dbn_mp_div_2d.c42 mp_clear (&t);
49 mp_clear (&t);
90 mp_clear (&t);
H A Dbn_mp_prime_miller_rabin.c94 LBL_Y:mp_clear (&y);
95 LBL_R:mp_clear (&r);
96 LBL_N1:mp_clear (&n1);
H A Dbn_s_mp_exptmod.c64 mp_clear (&M[y]);
66 mp_clear(&M[1]);
239 LBL_RES:mp_clear (&res);
240 LBL_MU:mp_clear (&mu);
242 mp_clear(&M[1]);
244 mp_clear (&M[x]);
H A Dbn_mp_n_root.c123 LBL_T3:mp_clear (&t3);
124 LBL_T2:mp_clear (&t2);
125 LBL_T1:mp_clear (&t1);
/external/dropbear/libtomcrypt/src/math/
H A Dmulti.c31 mp_clear(*cur);
51 mp_clear(cur);
/external/dropbear/libtomcrypt/src/pk/dsa/
H A Ddsa_shared_secret.c48 mp_clear(res);
64 mp_clear(res);
/external/dropbear/
H A Dsvr-kex.c61 mp_clear(&dh_e);
85 mp_clear(&dh_y);
95 mp_clear(&dh_f);
/external/dropbear/libtommath/etc/
H A Dtune.c81 mp_clear (&a);
82 mp_clear (&b);
83 mp_clear (&c);
109 mp_clear (&a);
110 mp_clear (&b);
/external/dropbear/libtomcrypt/src/pk/asn1/der/integer/
H A Dder_encode_integer.c111 mp_clear(tmp);
115 mp_clear(tmp);
118 mp_clear(tmp);

Completed in 86 milliseconds

1234