HomeSort by relevance Sort by last modified time
    Searched full:s_mp_add (Results 1 - 13 of 13) sorted by null

  /external/dropbear/libtommath/
bn_mp_add.c 32 res = s_mp_add (a, b, c);
bn_mp_reduce_2k.c 43 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) {
bn_mp_reduce_2k_l.c 44 if ((res = s_mp_add(a, &q, a)) != MP_OKAY) {
bn_mp_karatsuba_sqr.c 84 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY)
90 if (s_mp_add (&x0x0, &x1x1, &t2) != MP_OKAY)
bn_mp_sub.c 33 res = s_mp_add (a, b, c);
bn_s_mp_add.c 20 s_mp_add (mp_int * a, mp_int * b, mp_int * c) function
bn_mp_karatsuba_mul.c 126 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY)
128 if (s_mp_add (&y1, &y0, &x0) != MP_OKAY)
tommath.h 553 int s_mp_add(mp_int *a, mp_int *b, mp_int *c);
changes.txt 348 v0.06 -- Sped up the s_mp_add, s_mp_sub which inturn sped up mp_invmod, mp_exptmod, etc...
  /external/dropbear/libtommath/mtest/
mpi.c 182 mp_err s_mp_add(mp_int *a, mp_int *b); /* magnitude addition */
877 if((res = s_mp_add(c, a)) != MP_OKAY)
883 if((res = s_mp_add(c, b)) != MP_OKAY)
972 if((res = s_mp_add(c, b)) != MP_OKAY)
977 if((res = s_mp_add(c, a)) != MP_OKAY)
3265 mp_err s_mp_add(mp_int *a, mp_int *b) \/* magnitude addition *\/ function
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 207 static int s_mp_add (mp_int * a, mp_int * b, mp_int * c) function
424 res = s_mp_add (a, b, c);
456 res = s_mp_add (a, b, c);
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 207 static int s_mp_add (mp_int * a, mp_int * b, mp_int * c) function
424 res = s_mp_add (a, b, c);
456 res = s_mp_add (a, b, c);
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 842 res = s_mp_add (a, b, c);
8764 s_mp_add (mp_int * a, mp_int * b, mp_int * c) function
    [all...]

Completed in 222 milliseconds