Re: [PATCH] crypto: Add bulk algorithm registration interface

2012-01-25 Thread Herbert Xu
On Tue, Jan 17, 2012 at 11:34:26PM +, Mark Brown wrote: > Hardware crypto engines frequently need to register a selection of > different algorithms with the core. Simplify their code slightly, > especially the error handling, by providing functions to register a > number of algorithms in a sing

Re: [PATCH] crypto: Add bulk algorithm registration interface

2012-01-17 Thread Jussi Kivilinna
Quoting Mark Brown : Hardware crypto engines frequently need to register a selection of different algorithms with the core. Simplify their code slightly, especially the error handling, by providing functions to register a number of algorithms in a single call. Signed-off-by: Mark Brown --- cr

[PATCH] crypto: Add bulk algorithm registration interface

2012-01-17 Thread Mark Brown
Hardware crypto engines frequently need to register a selection of different algorithms with the core. Simplify their code slightly, especially the error handling, by providing functions to register a number of algorithms in a single call. Signed-off-by: Mark Brown --- crypto/algapi.c|