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

  /external/dropbear/libtommath/
bn_mp_mod_2d.c 20 mp_mod_2d (mp_int * a, int b, mp_int * c) function
bn_mp_div_2d.c 41 if ((res = mp_mod_2d (a, b, &t)) != MP_OKAY) {
bn_mp_reduce.c 61 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {
bn_mp_toom_mul.c 41 if ((res = mp_mod_2d(a, DIGIT_BIT * B, &a0)) != MP_OKAY) {
49 mp_mod_2d(&a1, DIGIT_BIT * B, &a1);
57 if ((res = mp_mod_2d(b, DIGIT_BIT * B, &b0)) != MP_OKAY) {
65 mp_mod_2d(&b1, DIGIT_BIT * B, &b1);
bn_mp_toom_sqr.c 34 if ((res = mp_mod_2d(a, DIGIT_BIT * B, &a0)) != MP_OKAY) {
42 mp_mod_2d(&a1, DIGIT_BIT * B, &a1);
tommath.h 273 int mp_mod_2d(mp_int *a, int b, mp_int *c);
  /external/wpa_supplicant/
libtommath.c 121 static int mp_mod_2d(mp_int * a, int b, mp_int * c);
983 if ((res = mp_mod_2d (a, b, &t)) != MP_OKAY) {
1502 static int mp_mod_2d (mp_int * a, int b, mp_int * c) function
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 4597 mp_mod_2d (mp_int * a, int b, mp_int * c) function
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 148 static int mp_mod_2d(mp_int * a, int b, mp_int * c);
1031 if ((res = mp_mod_2d (a, b, &t)) != MP_OKAY) {
1558 static int mp_mod_2d (mp_int * a, int b, mp_int * c) function
    [all...]

Completed in 385 milliseconds