Home
last modified time | relevance | path

Searched refs:mp_mul_2d (Results 1 – 17 of 17) sorted by relevance

/external/dropbear/libtommath/
Dbn_mp_div.c54 ((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()
Dbn_mp_toom_sqr.c150 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()
Dbn_mp_set_int.c28 if ((res = mp_mul_2d (a, 4, a)) != MP_OKAY) { in mp_set_int()
Dbn_mp_read_unsigned_bin.c35 if ((res = mp_mul_2d (a, 8, a)) != MP_OKAY) { in mp_read_unsigned_bin()
Dbn_mp_toom_mul.c206 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()
Dbn_mp_mul_2d.c19 int mp_mul_2d (mp_int * a, int b, mp_int * c) in mp_mul_2d() function
Dbn_mp_gcd.c92 if ((res = mp_mul_2d (&u, k, c)) != MP_OKAY) { in mp_gcd()
Dtommath.h267 int mp_mul_2d(mp_int *a, int b, mp_int *c);
Dchanges.txt274 -- Sped up mp_mul_2d/mp_div_2d by aliasing pointers :-)
Dbn.tex1047 int mp_mul_2d(mp_int * a, int b, mp_int * c);
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dlibtommath.c151 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/
Dlibtommath.c124 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/
Dmpi.c1609 ((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/
Dmtest.c184 mp_mul_2d(&b, n, &b); in main()
Dmpi.h127 mp_err mp_mul_2d(mp_int *a, mp_digit d, mp_int *c);
Dmpi.c1089 mp_err mp_mul_2d(mp_int *a, mp_digit d, mp_int *c) in mp_mul_2d() function
/external/dropbear/libtommath/demo/
Ddemo.c444 mp_mul_2d(&a, rr, &a); in main()