linux/arch/x86/crypto/sha256-mb
Xiaodong Liu 172b1d6b5a crypto: sha256-mb - fix ctx pointer and digest copy
1. fix ctx pointer
Use req_ctx which is the ctx for the next job that have
been completed in the lanes instead of the first
completed job rctx, whose completion could have been
called and released.
2. fix digest copy
Use XMM register to copy another 16 bytes sha256 digest
instead of a regular register.

Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2016-08-16 17:09:42 +08:00
..
Makefile
sha256_mb.c crypto: sha256-mb - fix ctx pointer and digest copy 2016-08-16 17:09:42 +08:00
sha256_mb_ctx.h crypto: sha256-mb - Algorithm data structures 2016-06-27 16:57:45 +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 crypto: sha256-mb - submit/flush routines for AVX2 2016-06-27 16:57:44 +08:00
sha256_mb_mgr_submit_avx2.S crypto: sha256-mb - submit/flush routines for AVX2 2016-06-27 16:57:44 +08:00
sha256_x8_avx2.S crypto: sha256-mb - Crypto computation (x8 AVX2) 2016-06-27 16:57:45 +08:00