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

  /external/dropbear/libtommath/
bn_mp_init_size.c 19 int mp_init_size (mp_int * a, int size) function
  /external/dropbear/libtommath/mtest/
mpi.c 238 return mp_init_size(mp, s_mp_defprec);
270 /* {{{ mp_init_size(mp, prec) */
273 mp_init_size(mp, prec)
280 mp_err mp_init_size(mp_int *mp, mp_size prec) function
293 } /* end mp_init_size() */
1471 if((res = mp_init_size(&t, USED(a))) != MP_OKAY)
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 185 static int mp_init_size(mp_int * a, int size);
2500 static int mp_init_size (mp_int * a, int size) function
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 3613 int mp_init_size (mp_int * a, int size) function
    [all...]

Completed in 321 milliseconds