HomeSort by relevance Sort by last modified time
    Searched defs:mp_int (Results 1 - 3 of 3) sorted by null

  /external/dropbear/libtommath/mtest/
mpi.h 55 /* Macros for accessing the mp_int internals */
79 } mp_int; typedef in typeref:struct:__anon7199
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:__anon7202
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_8/src/tls/
libtommath.c 125 /* the infamous mp_int structure */
129 } mp_int; typedef in typeref:struct:__anon18579
140 static int s_mp_exptmod(mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode);
141 static int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs);
142 static int s_mp_sqr(mp_int * a, mp_int * b)
    [all...]

Completed in 105 milliseconds