HomeSort by relevance Sort by last modified time
    Searched refs:s_mp_mul_digs (Results 1 - 6 of 6) sorted by null

  /external/dropbear/libtommath/
bn_mp_reduce.c 66 if ((res = s_mp_mul_digs (&q, m, &q, um + 1)) != MP_OKAY) {
bn_s_mp_mul_digs.c 22 int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
tommath.h 555 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1)
557 int s_mp_mul_digs(mp_int *a, mp_int *b, mp_int *c, int digs);
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 128 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1)
130 static int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs);
514 res = s_mp_mul (a, b, c); /* uses s_mp_mul_digs */
2326 static int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 128 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1)
130 static int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs);
514 res = s_mp_mul (a, b, c); /* uses s_mp_mul_digs */
2326 static int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 9135 int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
    [all...]

Completed in 932 milliseconds