Re: [RFC PATCH 1/3] crypto: remove direct blkcipher_walk dependency on transform

2014-03-10 Thread Herbert Xu
On Tue, Mar 04, 2014 at 01:28:38PM +0800, Ard Biesheuvel wrote: > In order to allow other uses of the blkcipher walk API than the blkcipher > algos themselves, this patch copies some of the transform data members to the > walk struct so the transform is only accessed at walk init time. > > Signed-

[RFC PATCH 1/3] crypto: remove direct blkcipher_walk dependency on transform

2014-03-03 Thread Ard Biesheuvel
In order to allow other uses of the blkcipher walk API than the blkcipher algos themselves, this patch copies some of the transform data members to the walk struct so the transform is only accessed at walk init time. Signed-off-by: Ard Biesheuvel --- crypto/blkcipher.c | 67

[RFC PATCH 1/3] crypto: remove direct blkcipher_walk dependency on transform

2014-02-25 Thread Ard Biesheuvel
In order to allow other uses of the blkcipher walk API than the blkcipher algos themselves, this patch copies some of the transform data members to the walk struct so the transform is only accessed at walk init time. Signed-off-by: Ard Biesheuvel --- crypto/blkcipher.c | 67