crypto: Add bulk algorithm registration interface
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 17 Jan 2012 23:34:26 +0000 (23:34 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 26 Jan 2012 02:35:49 +0000 (13:35 +1100)
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 <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found