Searched defs:mp_int (Results 1 - 4 of 4) sorted by relevance

/external/dropbear/libtommath/mtest/
H A Dmpi.h55 /* Macros for accessing the mp_int internals */
79 } mp_int; typedef in typeref:struct:__anon1882
90 mp_err mp_init(mp_int *mp);
91 mp_err mp_init_array(mp_int mp[], int count);
92 mp_err mp_init_size(mp_int *mp, mp_size prec);
93 mp_err mp_init_copy(mp_int *mp, mp_int *from);
94 mp_err mp_copy(mp_int *from, mp_int *to);
95 void mp_exch(mp_int *mp
[all...]
/external/dropbear/libtommath/
H A Dtommath.h178 /* the infamous mp_int structure */
182 } mp_int; typedef in typeref:struct:__anon1885
197 int mp_init(mp_int *a);
200 void mp_clear(mp_int *a);
203 int mp_init_multi(mp_int *mp, ...);
206 void mp_clear_multi(mp_int *mp, ...);
209 void mp_exch(mp_int *a, mp_int *b);
212 int mp_shrink(mp_int *a);
215 int mp_grow(mp_int *
[all...]
/external/wpa_supplicant/
H A Dlibtommath.c91 /* the infamous mp_int structure */
95 } mp_int; typedef in typeref:struct:__anon6867
106 static int s_mp_exptmod(mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode);
107 static int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs);
108 static int s_mp_sqr(mp_int *
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c114 /* the infamous mp_int structure */
118 } mp_int; typedef in typeref:struct:__anon7098
129 static int s_mp_exptmod(mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode);
130 static int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs);
131 static int s_mp_sqr(mp_int *
[all...]

Completed in 102 milliseconds