linux_dsm_epyc7002/arch/x86/crypto
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
..
sha1-mb crypto: sha-mb - Cleanup code to use || instead of | 2016-07-12 13:02:00 +08:00
sha256-mb crypto: sha256-mb - fix ctx pointer and digest copy 2016-08-16 17:09:42 +08:00
sha512-mb crypto: sha512-mb - fix ctx pointer 2016-08-16 17:09:43 +08:00
aes_ctrby8_avx-x86_64.S
aes_glue.c
aes-i586-asm_32.S
aes-x86_64-asm_64.S
aesni-intel_asm.S
aesni-intel_avx-x86_64.S
aesni-intel_glue.c crypto: aesni - Use crypto_cipher to derive rfc4106 subkey 2016-07-01 23:45:06 +08:00
blowfish_glue.c
blowfish-x86_64-asm_64.S
camellia_aesni_avx2_glue.c
camellia_aesni_avx_glue.c
camellia_glue.c
camellia-aesni-avx2-asm_64.S
camellia-aesni-avx-asm_64.S
camellia-x86_64-asm_64.S
cast5_avx_glue.c
cast5-avx-x86_64-asm_64.S
cast6_avx_glue.c
cast6-avx-x86_64-asm_64.S
chacha20_glue.c crypto: chacha20-simd - Use generic code for small requests 2016-06-23 18:13:58 +08:00
chacha20-avx2-x86_64.S
chacha20-ssse3-x86_64.S
crc32-pclmul_asm.S
crc32-pclmul_glue.c
crc32c-intel_glue.c
crc32c-pcl-intel-asm_64.S
crct10dif-pcl-asm_64.S
crct10dif-pclmul_glue.c
des3_ede_glue.c
des3_ede-asm_64.S
fpu.c
ghash-clmulni-intel_asm.S
ghash-clmulni-intel_glue.c crypto: ghash-clmulni - Fix cryptd reordering 2016-06-23 18:29:53 +08:00
glue_helper-asm-avx2.S
glue_helper-asm-avx.S
glue_helper.c
Makefile crypto: sha512-mb - SHA512 multibuffer job manager and glue code 2016-06-28 16:06:35 +08:00
poly1305_glue.c
poly1305-avx2-x86_64.S
poly1305-sse2-x86_64.S
salsa20_glue.c
salsa20-i586-asm_32.S
salsa20-x86_64-asm_64.S
serpent_avx2_glue.c
serpent_avx_glue.c
serpent_sse2_glue.c
serpent-avx2-asm_64.S
serpent-avx-x86_64-asm_64.S
serpent-sse2-i586-asm_32.S
serpent-sse2-x86_64-asm_64.S
sha1_avx2_x86_64_asm.S
sha1_ni_asm.S
sha1_ssse3_asm.S
sha1_ssse3_glue.c
sha256_ni_asm.S
sha256_ssse3_glue.c
sha256-avx2-asm.S
sha256-avx-asm.S
sha256-ssse3-asm.S
sha512_ssse3_glue.c
sha512-avx2-asm.S
sha512-avx-asm.S
sha512-ssse3-asm.S
twofish_avx_glue.c
twofish_glue_3way.c
twofish_glue.c
twofish-avx-x86_64-asm_64.S
twofish-i586-asm_32.S
twofish-x86_64-asm_64-3way.S
twofish-x86_64-asm_64.S