Searched refs:mp_rshd (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_rshd.c21 void mp_rshd (mp_int * a, int b) function
H A Dbn_mp_reduce.c35 mp_rshd (&q, um - 1);
60 mp_rshd (&q, um + 1);
H A Dbn_mp_div_2d.c57 mp_rshd (c, b / DIGIT_BIT);
H A Dbn_mp_montgomery_reduce.c107 mp_rshd (x, n->used);
H A Dbn_mp_sqrt.c46 mp_rshd (&t1,t1.used/2);
H A Dbn_mp_toom_mul.c50 mp_rshd(&a1, B);
56 mp_rshd(&a2, B*2);
66 mp_rshd(&b1, B);
72 mp_rshd(&b2, B*2);
H A Dbn_mp_toom_sqr.c43 mp_rshd(&a1, B);
49 mp_rshd(&a2, B*2);
H A Dbn_mp_div.c184 mp_rshd (&y, n - t);
H A Dtommath.h261 void mp_rshd(mp_int *a, int b);
H A Dbn.tex1083 void mp_rshd (mp_int * a, int b)
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c146 static void mp_rshd(mp_int * a, int b);
1045 mp_rshd (c, b / DIGIT_BIT);
1160 static void mp_rshd (mp_int * a, int b) function
1515 /* much like mp_rshd this is implemented using a sliding window
1755 mp_rshd (&y, n - t);
2254 mp_rshd (&q, um - 1);
2280 mp_rshd (&q, um + 1);
2791 * array of mp_word to mp_digit than calling mp_rshd

Completed in 124 milliseconds