commit | 200429cc63399e99dd2abcdca5088559a911ef2b | [log] [tgz] |
---|---|---|
author | Jussi Kivilinna <jussi.kivilinna@mbnet.fi> | Wed Sep 19 14:24:57 2012 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Sep 27 15:50:40 2012 +0800 |
tree | 9a17c3a9f4ae6e0968545ff944f1a49f65558bae | |
parent | 54216bbd76aa394c93a9e92c0a2e3b314391b134 [diff] |
crypto: cast5/avx - fix storing of new IV in CBC encryption cast5/avx incorrectly XORs new IV over old IV at end of CBC encryption function when it should store. This causes CBC encryption to give incorrect output on multi-page encryption requests. Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>