mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-30 07:34:12 +08:00
7a0b86b1b9
Current multi-buffer hash implementations have a restriction on the total length of a hash job to 512MB. Hashing larger buffers will result in an incorrect hash. This extends the limit to 2^62 - 1. Signed-off-by: Greg Tucker <greg.b.tucker@intel.com> Acked-by: Tim Chen <tim.c.chen@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |
||
---|---|---|
.. | ||
Makefile | ||
sha512_mb_ctx.h | ||
sha512_mb_mgr_datastruct.S | ||
sha512_mb_mgr_flush_avx2.S | ||
sha512_mb_mgr_init_avx2.c | ||
sha512_mb_mgr_submit_avx2.S | ||
sha512_mb_mgr.h | ||
sha512_mb.c | ||
sha512_x4_avx2.S |