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

  /external/dropbear/libtommath/
bn_mp_rshd.c 19 void mp_rshd (mp_int * a, int b) function
bn_mp_reduce.c 33 mp_rshd (&q, um - 1);
58 mp_rshd (&q, um + 1);
bn_mp_div_2d.c 55 mp_rshd (c, b / DIGIT_BIT);
bn_mp_montgomery_reduce.c 105 mp_rshd (x, n->used);
bn_mp_sqrt.c 44 mp_rshd (&t1,t1.used/2);
bn_mp_toom_mul.c 48 mp_rshd(&a1, B);
54 mp_rshd(&a2, B*2);
64 mp_rshd(&b1, B);
70 mp_rshd(&b2, B*2);
bn_mp_toom_sqr.c 41 mp_rshd(&a1, B);
47 mp_rshd(&a2, B*2);
bn_mp_div.c 182 mp_rshd (&y, n - t);
tommath.h 255 void mp_rshd(mp_int *a, int b);
bn.tex     [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 340 * array of mp_word to mp_digit than calling mp_rshd
7051 void mp_rshd (mp_int * a, int b) function
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 159 static void mp_rshd(mp_int * a, int b);
1061 mp_rshd (c, b / DIGIT_BIT);
1176 static void mp_rshd (mp_int * a, int b) function
    [all...]

Completed in 47 milliseconds