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

2009-06-23 Thread Steffen Klassert
On Tue, Jun 23, 2009 at 05:18:52PM +0800, Herbert Xu wrote: On Tue, Jun 23, 2009 at 11:14:29AM +0200, Steffen Klassert wrote: I posted some numbers for the actual softirq based version with the first patchset, see: http://www.mail-archive.com/linux-crypto@vger.kernel.org/msg03035.html

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

2009-06-19 Thread Herbert Xu
On Mon, Jun 08, 2009 at 09:10:00AM +0200, Steffen Klassert wrote: +config CRYPTO_PCRYPT + tristate Parallel crypto engine (EXPERIMENTAL) + depends on USE_GENERIC_SMP_HELPERS EXPERIMENTAL + select CRYPTO_MANAGER + select CRYPTO_PCRYPT_CORE + help + This converts

[RFC] [PATCH 2/5] pcrypt: Add pcrypt crypto parallelization wrapper

2009-06-08 Thread Steffen Klassert
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 steffen.klass...@secunet.com --- crypto/Kconfig| 13 ++ crypto/Makefile