crypto: cast5/avx - fix storing of new IV in CBC encryption
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>
Wed, 19 Sep 2012 11:24:57 +0000 (14:24 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 27 Sep 2012 07:50:40 +0000 (15:50 +0800)
commit200429cc63399e99dd2abcdca5088559a911ef2b
tree9a17c3a9f4ae6e0968545ff944f1a49f65558bae
parent54216bbd76aa394c93a9e92c0a2e3b314391b134
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>
arch/x86/crypto/cast5_avx_glue.c
This page took 0.03 seconds and 5 git commands to generate.