Home
last modified time | relevance | path

Searched refs:mp_lshd (Results 1 – 13 of 13) sorted by relevance

/external/dropbear/libtommath/
Dbn_mp_toom_sqr.c191 if ((res = mp_lshd(&w1, 1*B)) != MP_OKAY) { in mp_toom_sqr()
194 if ((res = mp_lshd(&w2, 2*B)) != MP_OKAY) { in mp_toom_sqr()
197 if ((res = mp_lshd(&w3, 3*B)) != MP_OKAY) { in mp_toom_sqr()
200 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) { in mp_toom_sqr()
Dbn_mp_toom_mul.c247 if ((res = mp_lshd(&w1, 1*B)) != MP_OKAY) { in mp_toom_mul()
250 if ((res = mp_lshd(&w2, 2*B)) != MP_OKAY) { in mp_toom_mul()
253 if ((res = mp_lshd(&w3, 3*B)) != MP_OKAY) { in mp_toom_mul()
256 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) { in mp_toom_mul()
Dbn_mp_karatsuba_sqr.c96 if (mp_lshd (&t1, B) != MP_OKAY) in mp_karatsuba_sqr()
98 if (mp_lshd (&x1x1, B * 2) != MP_OKAY) in mp_karatsuba_sqr()
Dbn_mp_karatsuba_mul.c140 if (mp_lshd (&t1, B) != MP_OKAY) in mp_karatsuba_mul()
142 if (mp_lshd (&x1y1, B * 2) != MP_OKAY) in mp_karatsuba_mul()
Dbn_mp_div.c170 if ((res = mp_lshd (&y, n - t)) != MP_OKAY) { /* y = y*b**{n-t} */ in mp_div()
234 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) { in mp_div()
247 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) { in mp_div()
Dbn_mp_rand.c40 if ((res = mp_lshd (a, 1)) != MP_OKAY) { in mp_rand()
Dbn_mp_lshd.c19 int mp_lshd (mp_int * a, int b) in mp_lshd() function
Dbn_mp_mul_2d.c39 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) { in mp_mul_2d()
Dbn_mp_reduce.c78 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY) in mp_reduce()
Dtommath.h258 int mp_lshd(mp_int *a, int b);
Dbn.tex1075 int mp_lshd (mp_int * a, int b);
/external/dropbear/libtommath/pre_gen/
Dmpi.c1725 if ((res = mp_lshd (&y, n - t)) != MP_OKAY) { /* y = y*b**{n-t} */ in mp_div()
1789 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) { in mp_div()
1802 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) { in mp_div()
4234 if (mp_lshd (&t1, B) != MP_OKAY) in mp_karatsuba_mul()
4236 if (mp_lshd (&x1y1, B * 2) != MP_OKAY) in mp_karatsuba_mul()
4361 if (mp_lshd (&t1, B) != MP_OKAY) in mp_karatsuba_sqr()
4363 if (mp_lshd (&x1x1, B * 2) != MP_OKAY) in mp_karatsuba_sqr()
4473 int mp_lshd (mp_int * a, int b) in mp_lshd() function
5110 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) { in mp_mul_2d()
6344 if ((res = mp_lshd (a, 1)) != MP_OKAY) { in mp_rand()
[all …]
/external/wpa_supplicant/
Dlibtommath.c115 static int mp_lshd(mp_int * a, int b);
1336 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) { in mp_mul_2d()
1431 static int mp_lshd (mp_int * a, int b) in mp_lshd() function
2042 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY) { in mp_reduce()