Re: [RFC] [PATCH 3/5] eseqiv: Add support for aead algorithms

2009-06-29 Thread Steffen Klassert
On Thu, Jun 25, 2009 at 06:46:02PM +0800, Herbert Xu wrote: > On Mon, Jun 08, 2009 at 09:10:46AM +0200, Steffen Klassert wrote: > > This adds eseqiv support for aead algorithms, this is usefull > > for aead algorithms that need eseqiv as it's default IV generator. > > > > Signed-off-by: Steffen Kl

Re: [RFC] [PATCH 3/5] eseqiv: Add support for aead algorithms

2009-06-25 Thread Herbert Xu
On Mon, Jun 08, 2009 at 09:10:46AM +0200, Steffen Klassert wrote: > This adds eseqiv support for aead algorithms, this is usefull > for aead algorithms that need eseqiv as it's default IV generator. > > Signed-off-by: Steffen Klassert I'm going to change the default sync geniv to eseqiv for SMP.

[RFC] [PATCH 3/5] eseqiv: Add support for aead algorithms

2009-06-08 Thread Steffen Klassert
This adds eseqiv support for aead algorithms, this is usefull for aead algorithms that need eseqiv as it's default IV generator. Signed-off-by: Steffen Klassert --- crypto/eseqiv.c| 244 +--- include/linux/crypto.h |1 + 2 files changed, 2