Home
last modified time | relevance | path

Searched refs:mp_rshd (Results 1 – 12 of 12) sorted by relevance

/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_reduce.c35 mp_rshd (&q, um - 1); in mp_reduce()
60 mp_rshd (&q, um + 1); in mp_reduce()
H A Dbn_mp_toom_mul.c50 mp_rshd(&a1, B); in mp_toom_mul()
56 mp_rshd(&a2, B*2); in mp_toom_mul()
66 mp_rshd(&b1, B); in mp_toom_mul()
72 mp_rshd(&b2, B*2); in mp_toom_mul()
H A Dbn_mp_rshd.c21 void mp_rshd (mp_int * a, int b) in mp_rshd() function
H A Dbn_mp_sqrt.c46 mp_rshd (&t1,t1.used/2); in mp_sqrt()
H A Dbn_mp_toom_sqr.c43 mp_rshd(&a1, B); in mp_toom_sqr()
49 mp_rshd(&a2, B*2); in mp_toom_sqr()
H A Dbn_mp_div_2d.c57 mp_rshd (c, b / DIGIT_BIT); in mp_div_2d()
H A Dbn_mp_montgomery_reduce.c107 mp_rshd (x, n->used); in mp_montgomery_reduce()
H A Dbn_mp_div.c184 mp_rshd (&y, n - t); in mp_div()
H A Dtommath.h261 void mp_rshd(mp_int *a, int b);
H A Dchanges.txt224 v0.19 -- Fixed a bug in mp_montgomery_reduce() which was introduced when I tweaked mp_rshd() in th…
270 … -- Fixed a bug in mp_rshd. If the count == a.used it should zero/return [instead of shifting]
H A Dbn.tex1083 void mp_rshd (mp_int * a, int b)
/minix3/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c781 static int mp_rshd (mp_int * a, int b) in mp_rshd() function
1005 mp_rshd (c, b / DIGIT_BIT); in mp_div_2d()
1137 mp_rshd (&y, n - t); in mp_div()
1892 mp_rshd(&a1, B); in mp_toom_mul()
1898 mp_rshd(&a2, B*2); in mp_toom_mul()
1908 mp_rshd(&b1, B); in mp_toom_mul()
1914 mp_rshd(&b2, B*2); in mp_toom_mul()
2635 mp_rshd (&q, um - 1); in mp_reduce()
2649 mp_rshd (&q, um + 1); in mp_reduce()
2783 mp_rshd(&a1, B); in mp_toom_sqr()
[all …]