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

  /external/dropbear/libtommath/
bn_mp_set_int.c 28 if ((res = mp_mul_2d (a, 4, a)) != MP_OKAY) {
bn_mp_read_unsigned_bin.c 35 if ((res = mp_mul_2d (a, 8, a)) != MP_OKAY) {
bn_mp_mul_2d.c 19 int mp_mul_2d (mp_int * a, int b, mp_int * c) function
bn_mp_div.c 54 ((res = mp_mul_2d(&tb, n, &tb)) != MP_OKAY) ||
55 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) {
155 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) {
158 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) {
bn_mp_gcd.c 92 if ((res = mp_mul_2d (&u, k, c)) != MP_OKAY) {
bn_mp_toom_mul.c 206 if ((res = mp_mul_2d(&w0, 3, &tmp1)) != MP_OKAY) {
213 if ((res = mp_mul_2d(&w4, 3, &tmp1)) != MP_OKAY) {
bn_mp_toom_sqr.c 150 if ((res = mp_mul_2d(&w0, 3, &tmp1)) != MP_OKAY) {
157 if ((res = mp_mul_2d(&w4, 3, &tmp1)) != MP_OKAY) {
tommath.h 267 int mp_mul_2d(mp_int *a, int b, mp_int *c);
bn.tex     [all...]
  /external/dropbear/libtommath/mtest/
mpi.h 127 mp_err mp_mul_2d(mp_int *a, mp_digit d, mp_int *c);
mtest.c 184 mp_mul_2d(&b, n, &b);
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/
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/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/wpa_supplicant_8/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...]
  /external/dropbear/libtommath/demo/
demo.c 444 mp_mul_2d(&a, rr, &a);

Completed in 1907 milliseconds