/external/dropbear/libtommath/ |
D | bn_mp_div.c | 54 ((res = mp_mul_2d(&tb, n, &tb)) != MP_OKAY) || in mp_div() 55 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) { in mp_div() 155 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) { in mp_div() 158 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) { in mp_div()
|
D | bn_mp_toom_sqr.c | 150 if ((res = mp_mul_2d(&w0, 3, &tmp1)) != MP_OKAY) { in mp_toom_sqr() 157 if ((res = mp_mul_2d(&w4, 3, &tmp1)) != MP_OKAY) { in mp_toom_sqr()
|
D | bn_mp_set_int.c | 28 if ((res = mp_mul_2d (a, 4, a)) != MP_OKAY) { in mp_set_int()
|
D | bn_mp_read_unsigned_bin.c | 35 if ((res = mp_mul_2d (a, 8, a)) != MP_OKAY) { in mp_read_unsigned_bin()
|
D | bn_mp_toom_mul.c | 206 if ((res = mp_mul_2d(&w0, 3, &tmp1)) != MP_OKAY) { in mp_toom_mul() 213 if ((res = mp_mul_2d(&w4, 3, &tmp1)) != MP_OKAY) { in mp_toom_mul()
|
D | bn_mp_mul_2d.c | 19 int mp_mul_2d (mp_int * a, int b, mp_int * c) in mp_mul_2d() function
|
D | bn_mp_gcd.c | 92 if ((res = mp_mul_2d (&u, k, c)) != MP_OKAY) { in mp_gcd()
|
D | tommath.h | 267 int mp_mul_2d(mp_int *a, int b, mp_int *c);
|
D | changes.txt | 274 -- Sped up mp_mul_2d/mp_div_2d by aliasing pointers :-)
|
D | bn.tex | 1047 int mp_mul_2d(mp_int * a, int b, mp_int * c);
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | 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) { in mp_read_unsigned_bin() 1368 static int mp_mul_2d (mp_int * a, int b, mp_int * c) in mp_mul_2d() function 1627 ((res = mp_mul_2d(&tb, n, &tb)) != MP_OKAY) || in mp_div() 1628 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) { in mp_div() 1728 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) { in mp_div() 1731 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) { in mp_div()
|
/external/wpa_supplicant/ |
D | 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) { in mp_read_unsigned_bin() 1316 static int mp_mul_2d (mp_int * a, int b, mp_int * c) in mp_mul_2d() function 1569 ((res = mp_mul_2d(&tb, n, &tb)) != MP_OKAY) || in mp_div() 1570 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) { in mp_div()
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 1609 ((res = mp_mul_2d(&tb, n, &tb)) != MP_OKAY) || in mp_div() 1610 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) { in mp_div() 1710 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) { in mp_div() 1713 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) { in mp_div() 3247 if ((res = mp_mul_2d (&u, k, c)) != MP_OKAY) { in mp_gcd() 5090 int mp_mul_2d (mp_int * a, int b, mp_int * c) in mp_mul_2d() function 6532 if ((res = mp_mul_2d (a, 8, a)) != MP_OKAY) { in mp_read_unsigned_bin() 7169 if ((res = mp_mul_2d (a, 4, a)) != MP_OKAY) { in mp_set_int() 8026 if ((res = mp_mul_2d(&w0, 3, &tmp1)) != MP_OKAY) { in mp_toom_mul() 8033 if ((res = mp_mul_2d(&w4, 3, &tmp1)) != MP_OKAY) { in mp_toom_mul() [all …]
|
/external/dropbear/libtommath/mtest/ |
D | mtest.c | 184 mp_mul_2d(&b, n, &b); in main()
|
D | mpi.h | 127 mp_err mp_mul_2d(mp_int *a, mp_digit d, mp_int *c);
|
D | mpi.c | 1089 mp_err mp_mul_2d(mp_int *a, mp_digit d, mp_int *c) in mp_mul_2d() function
|
/external/dropbear/libtommath/demo/ |
D | demo.c | 444 mp_mul_2d(&a, rr, &a); in main()
|