Searched refs:mp_rshd (Results 1 – 12 of 12) sorted by relevance
| /minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
| H A D | bn_mp_reduce.c | 35 mp_rshd (&q, um - 1); in mp_reduce() 60 mp_rshd (&q, um + 1); in mp_reduce()
|
| H A D | bn_mp_toom_mul.c | 50 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 D | bn_mp_rshd.c | 21 void mp_rshd (mp_int * a, int b) in mp_rshd() function
|
| H A D | bn_mp_sqrt.c | 46 mp_rshd (&t1,t1.used/2); in mp_sqrt()
|
| H A D | bn_mp_toom_sqr.c | 43 mp_rshd(&a1, B); in mp_toom_sqr() 49 mp_rshd(&a2, B*2); in mp_toom_sqr()
|
| H A D | bn_mp_div_2d.c | 57 mp_rshd (c, b / DIGIT_BIT); in mp_div_2d()
|
| H A D | bn_mp_montgomery_reduce.c | 107 mp_rshd (x, n->used); in mp_montgomery_reduce()
|
| H A D | bn_mp_div.c | 184 mp_rshd (&y, n - t); in mp_div()
|
| H A D | tommath.h | 261 void mp_rshd(mp_int *a, int b);
|
| H A D | changes.txt | 224 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 D | bn.tex | 1083 void mp_rshd (mp_int * a, int b)
|
| /minix3/crypto/external/bsd/netpgp/dist/src/libbn/ |
| H A D | bignum.c | 781 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 …]
|