Re: [PATCH] tcrypt: Test algorithms by name

2009-06-22 Thread Steffen Klassert
On Fri, Jun 19, 2009 at 08:38:15PM +0800, Herbert Xu wrote: > > > > That was quick :) > > > > Patch applied. Thanks a lot Steffen! > > BTW, I added this on top so that modprobe doesn't complain about > the return code: > Ugh, I was a bit too quick. Thanks for fixing this up! -- To unsubscribe

Re: [PATCH] tcrypt: Test algorithms by name

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

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 par

[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 --- crypto/tcrypt.c | 15