linux/arch/x86/crypto/sha256-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
sha256_mb.c crypto: sha-mb - Fix total_len for correct hash when larger than 512MB 2016-11-17 23:35:00 +08:00
sha256_mb_ctx.h crypto: sha-mb - Fix total_len for correct hash when larger than 512MB 2016-11-17 23:35:00 +08:00
sha256_mb_mgr.h crypto: sha256-mb - Algorithm data structures 2016-06-27 16:57:45 +08:00
sha256_mb_mgr_datastruct.S crypto: sha256-mb - Algorithm data structures 2016-06-27 16:57:45 +08:00
sha256_mb_mgr_flush_avx2.S crypto: sha256-mb - fix ctx pointer and digest copy 2016-08-16 17:09:42 +08:00
sha256_mb_mgr_init_avx2.c
sha256_mb_mgr_submit_avx2.S
sha256_x8_avx2.S crypto: sha256-mb - Crypto computation (x8 AVX2) 2016-06-27 16:57:45 +08:00