Re: [PATCH 2/2] crypto: pcrypt - Add pcrypt crypto parallelization wrapper

2009-09-19 Thread Herbert Xu
On Mon, Aug 31, 2009 at 11:14:42AM +0200, Steffen Klassert wrote: > This patch adds a parallel crypto template that takes a crypto > algorithm and converts it to process the crypto transforms in > parallel. For the moment only aead is supported. > > Signed-off-by: Steffen Klassert I'll pick this

Re: [PATCH 1/2] padata: generic interface for parallel processing

2009-09-19 Thread Herbert Xu
On Mon, Aug 31, 2009 at 11:12:49AM +0200, Steffen Klassert wrote: > This patch introduces an interface to process data objects > in parallel. On request it is possible to serialize again. > The parallelized objects return after serialization in the > same order as they were before the parallelizati