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

  /external/dropbear/libtommath/
bn_mp_rand.c 40 if ((res = mp_lshd (a, 1)) != MP_OKAY) {
bn_mp_lshd.c 19 int mp_lshd (mp_int * a, int b) function
bn_mp_karatsuba_mul.c 140 if (mp_lshd (&t1, B) != MP_OKAY)
142 if (mp_lshd (&x1y1, B * 2) != MP_OKAY)
bn_mp_karatsuba_sqr.c 96 if (mp_lshd (&t1, B) != MP_OKAY)
98 if (mp_lshd (&x1x1, B * 2) != MP_OKAY)
bn_mp_mul_2d.c 39 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) {
bn_mp_reduce.c 78 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY)
bn_mp_toom_mul.c 247 if ((res = mp_lshd(&w1, 1*B)) != MP_OKAY) {
250 if ((res = mp_lshd(&w2, 2*B)) != MP_OKAY) {
253 if ((res = mp_lshd(&w3, 3*B)) != MP_OKAY) {
256 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) {
bn_mp_toom_sqr.c 191 if ((res = mp_lshd(&w1, 1*B)) != MP_OKAY) {
194 if ((res = mp_lshd(&w2, 2*B)) != MP_OKAY) {
197 if ((res = mp_lshd(&w3, 3*B)) != MP_OKAY) {
200 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) {
bn_mp_div.c 170 if ((res = mp_lshd (&y, n - t)) != MP_OKAY) { /* y = y*b**{n-t} */
234 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
247 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
tommath.h 258 int mp_lshd(mp_int *a, int b);
bn.tex     [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 4473 int mp_lshd (mp_int * a, int b) function
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 142 static int mp_lshd(mp_int * a, int b);
1388 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) {
1487 static int mp_lshd (mp_int * a, int b) function
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 142 static int mp_lshd(mp_int * a, int b);
1388 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) {
1487 static int mp_lshd (mp_int * a, int b) function
    [all...]
  /external/wpa_supplicant/
libtommath.c 115 static int mp_lshd(mp_int * a, int b);
1336 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) {
1431 static int mp_lshd (mp_int * a, int b) function
    [all...]

Completed in 1501 milliseconds