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

  /external/dropbear/libtommath/
bn_mp_div.c 21 int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
103 int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 477 #define mp_div(a, b, c, d) ltc_mp.mpdiv(a, b, c, d) macro
  /external/wpa_supplicant/
libtommath.c 128 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d);
516 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
1536 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 1131 /* {{{ mp_div(a, b, q, r) */
1134 mp_div(a, b, q, r)
1143 mp_err mp_div(mp_int *a, mp_int *b, mp_int *q, mp_int *r) function
1221 } /* end mp_div() */
1377 if((res = mp_div(a, m, NULL, c)) != MP_OKAY)
1490 if((res = mp_div(&t, &x, &t, NULL)) != MP_OKAY)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 159 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d);
556 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
1594 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
1676 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 159 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d);
556 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
1594 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
1676 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 1576 int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
1658 int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
    [all...]

Completed in 194 milliseconds