/external/dropbear/libtommath/mtest/ |
mpi.h | 55 /* Macros for accessing the mp_int internals */ 79 } mp_int; typedef in typeref:struct:__anon5308 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 *mp1, mp_int *mp2) [all...] |
/external/dropbear/libtommath/ |
tommath.h | 178 /* the infamous mp_int structure */ 182 } mp_int; typedef in typeref:struct:__anon5311 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 *a, int size) [all...] |
/external/wpa_supplicant/ |
libtommath.c | 91 /* the infamous mp_int structure */ 95 } mp_int; typedef in typeref:struct:__anon13721 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 * a, mp_int * b) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
libtommath.c | 114 /* the infamous mp_int structure */ 118 } mp_int; typedef in typeref:struct:__anon13952 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 * a, mp_int * b) [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 114 /* the infamous mp_int structure */ 118 } mp_int; typedef in typeref:struct:__anon14176 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 * a, mp_int * b) [all...] |