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

  /external/dropbear/libtommath/
bn_mp_mul_2d.c 19 int mp_mul_2d (mp_int * a, int b, mp_int * c) function
  /external/wpa_supplicant/
libtommath.c 124 static int mp_mul_2d(mp_int * a, int b, mp_int * c);
914 if ((res = mp_mul_2d (a, 8, a)) != MP_OKAY) {
1316 static int mp_mul_2d (mp_int * a, int b, mp_int * c) function
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 1081 /* {{{ mp_mul_2d(a, d, c) */
1084 mp_mul_2d(a, d, c)
1089 mp_err mp_mul_2d(mp_int *a, mp_digit d, mp_int *c) function
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 151 static int mp_mul_2d(mp_int * a, int b, mp_int * c);
962 if ((res = mp_mul_2d (a, 8, a)) != MP_OKAY) {
1368 static int mp_mul_2d (mp_int * a, int b, mp_int * c) function
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 5090 int mp_mul_2d (mp_int * a, int b, mp_int * c) function
    [all...]

Completed in 368 milliseconds