Files
linux/arch/s390
Gerald Schaefer da94360f55 crypto: s390 - Fix aes-xts parameter corruption
commit 9dda2769af upstream.

Some s390 crypto algorithms incorrectly use the crypto_tfm structure to
store private data. As the tfm can be shared among multiple threads, this
can result in data corruption.

This patch fixes aes-xts by moving the xts and pcc parameter blocks from
the tfm onto the stack (48 + 96 bytes).

Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-12-11 22:36:26 -08:00
..
2013-05-07 20:16:25 -07:00
2012-09-26 15:45:29 +02:00
2012-11-30 15:40:45 +01:00