Re: [RFC] [PATCH 5/5] tcrypt: Test algorithms by name

2009-06-19 Thread Herbert Xu
On Mon, Jun 08, 2009 at 09:12:46AM +0200, Steffen Klassert wrote: This adds the 'alg' module parameter to be able to test an algorithm by name. If the algorithm type is not ad-hoc clear for a algorithm (e.g. pcrypt, cryptd) it is possilbe to set the algorithm type with the 'type' module

[PATCH] tcrypt: Test algorithms by name

2009-06-19 Thread Steffen Klassert
This adds the 'alg' module parameter to be able to test an algorithm by name. If the algorithm type is not ad-hoc clear for a algorithm (e.g. pcrypt, cryptd) it is possilbe to set the algorithm type with the 'type' module parameter. Signed-off-by: Steffen Klassert steffen.klass...@secunet.com ---

Re: [PATCH] tcrypt: Test algorithms by name

2009-06-19 Thread Herbert Xu
On Fri, Jun 19, 2009 at 01:40:58PM +0200, Steffen Klassert wrote: This adds the 'alg' module parameter to be able to test an algorithm by name. If the algorithm type is not ad-hoc clear for a algorithm (e.g. pcrypt, cryptd) it is possilbe to set the algorithm type with the 'type' module

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