Re: [RFC 1/5] [crypto] geode: use consistent IV copy

2007-10-21 Thread Herbert Xu
On Fri, Oct 19, 2007 at 12:03:49PM +0200, Sebastian Siewior wrote: From: Sebastian Siewior [EMAIL PROTECTED] 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

[RFC 1/5] [crypto] geode: use consistent IV copy

2007-10-19 Thread Sebastian Siewior
From: Sebastian Siewior [EMAIL PROTECTED] 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