[CRYPTO] geode: use consistent IV copy
authorSebastian Siewior <sebastian@breakpoint.cc>
Sun, 21 Oct 2007 08:04:23 +0000 (16:04 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:04 +0000 (08:16 +1100)
commit2d506d4fa1df18aa9505820722f834426edc907f
treeb39bcf3cf414e472e9ddd7aaaf58496afef27078
parent89e12654312dddbbdbf17b5adc95b22cb672f947
[CRYPTO] geode: use consistent IV copy

It is enough if the IV is copied before and after the while loop.
With DM-Crypt is seems not be required to save the IV after encrytion
because a new one is used in the request (dunno about other users).
It is not save to load the IV within while loop and not save afterwards
because we mill end up with the wrong IV if the request goes consists
of more than one page.

Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/geode-aes.c