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

  /external/dropbear/libtommath/
bn_mp_div_2d.c 19 int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) function
  /external/dropbear/libtommath/mtest/
mpi.c 1225 /* {{{ mp_div_2d(a, d, q, r) */
1227 mp_err mp_div_2d(mp_int *a, mp_digit d, mp_int *q, mp_int *r) function
1249 } /* end mp_div_2d() */
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 162 static int mp_div_2d(mp_int * a, int b, mp_int * c, mp_int * d);
1013 if ((res = mp_div_2d (&t, 8, &t, NULL)) != MP_OKAY) {
1025 static int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) function
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 1942 int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) function
    [all...]

Completed in 178 milliseconds