linux-stable/arch/x86/crypto/sha512-mb
Xiaodong Liu e67479b13e crypto: sha512-mb - fix ctx pointer
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.

Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2016-08-16 17:09:43 +08:00
..
Makefile
sha512_mb.c crypto: sha512-mb - fix ctx pointer 2016-08-16 17:09:43 +08:00
sha512_mb_ctx.h crypto: sha512-mb - Algorithm data structures 2016-06-28 16:06:39 +08:00
sha512_mb_mgr.h crypto: sha512-mb - Algorithm data structures 2016-06-28 16:06:39 +08:00
sha512_mb_mgr_datastruct.S crypto: sha512-mb - Algorithm data structures 2016-06-28 16:06:39 +08:00
sha512_mb_mgr_flush_avx2.S crypto: sha512-mb - submit/flush routines for AVX2 2016-06-28 16:06:38 +08:00
sha512_mb_mgr_init_avx2.c crypto: sha512-mb - submit/flush routines for AVX2 2016-06-28 16:06:38 +08:00
sha512_mb_mgr_submit_avx2.S crypto: sha512-mb - submit/flush routines for AVX2 2016-06-28 16:06:38 +08:00
sha512_x4_avx2.S crypto: sha512-mb - Crypto computation (x4 AVX2) 2016-06-28 16:06:40 +08:00