[PATCH 1/2] crypto/s390_aes: access .cip instead of .blk in cipher mode

2010-01-07 Thread Sebastian Andrzej Siewior
From aff6860829e06f8f7ba5f4a8160a6612e1a6eca7 Mon Sep 17 00:00:00 2001 From: Roel Kluin roel.kl...@gmail.com Date: Thu, 7 Jan 2010 21:55:50 +0100 The fallback code in cipher mode touch the union fallback.blk instead of fallback.cip. This is wrong because we use the cipher and not the blockcipher.

[PATCH 2/2] crypto/geode_aes: access .cip instead of .blk in cipher mode

2010-01-07 Thread Sebastian Andrzej Siewior
From caa5c9a662be92aa79b2ef1d14a509391cfa9254 Mon Sep 17 00:00:00 2001 From: Roel Kluin roel.kl...@gmail.com Date: Thu, 7 Jan 2010 22:00:26 +0100 The fallback code in cipher mode touch the union fallback.blk instead of fallback.cip. This is wrong because we use the cipher and not the blockcipher.

Re: [PATCH 2/2] crypto/geode_aes: access .cip instead of .blk in cipher mode

2010-01-07 Thread Herbert Xu
On Thu, Jan 07, 2010 at 10:17:02PM +0100, Sebastian Andrzej Siewior wrote: From caa5c9a662be92aa79b2ef1d14a509391cfa9254 Mon Sep 17 00:00:00 2001 From: Roel Kluin roel.kl...@gmail.com Date: Thu, 7 Jan 2010 22:00:26 +0100 The fallback code in cipher mode touch the union fallback.blk instead