linux/arch/x86/crypto/sha1-mb
Greg Tucker 7a0b86b1b9 crypto: sha-mb - Fix total_len for correct hash when larger than 512MB
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>
2016-11-17 23:35:00 +08:00
..
Makefile crypto: sha1-mb - rename sha-mb to sha1-mb 2016-06-27 16:57:47 +08:00
sha1_mb.c crypto: sha-mb - Fix total_len for correct hash when larger than 512MB 2016-11-17 23:35:00 +08:00
sha1_mb_ctx.h crypto: sha-mb - Fix total_len for correct hash when larger than 512MB 2016-11-17 23:35:00 +08:00
sha1_mb_mgr.h crypto: sha1-mb - rename sha-mb to sha1-mb 2016-06-27 16:57:47 +08:00
sha1_mb_mgr_datastruct.S crypto: sha1-mb - rename sha-mb to sha1-mb 2016-06-27 16:57:47 +08:00
sha1_mb_mgr_flush_avx2.S crypto: sha1-mb - rename sha-mb to sha1-mb 2016-06-27 16:57:47 +08:00
sha1_mb_mgr_init_avx2.c crypto: sha1-mb - rename sha-mb to sha1-mb 2016-06-27 16:57:47 +08:00
sha1_mb_mgr_submit_avx2.S crypto: sha1-mb - rename sha-mb to sha1-mb 2016-06-27 16:57:47 +08:00
sha1_x8_avx2.S crypto: sha1-mb - rename sha-mb to sha1-mb 2016-06-27 16:57:47 +08:00