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

2009-06-19 Thread Herbert Xu
On Fri, Jun 19, 2009 at 06:53:25PM +0800, Herbert Xu wrote: > 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) i

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 par

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

2009-06-08 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 --- crypto/tcrypt.c | 14