linux/arch/s390/crypto
Harald Freudenberger adc3fcf155 crypto: s390 - fix des and des3_ede cbc concurrency issue
In s390 des and des3_ede cbc mode the iv value is not protected
against concurrency access and modifications from another running
en/decrypt operation which is using the very same tfm struct
instance. This fix copies the iv to the local stack before
the crypto operation and stores the value back when done.

Cc: stable@vger.kernel.org
Signed-off-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2014-01-30 21:45:11 +08:00
..
Makefile
aes_s390.c crypto: s390 - fix concurrency issue in aes-ctr mode 2014-01-30 21:45:08 +08:00
crypt_s390.h
des_s390.c crypto: s390 - fix des and des3_ede cbc concurrency issue 2014-01-30 21:45:11 +08:00
ghash_s390.c
prng.c
sha.h
sha1_s390.c
sha256_s390.c
sha512_s390.c
sha_common.c