commit | 4b004346feab6b431f3e1f89ef692e3a4186fdfd | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Jan 17 23:34:26 2012 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jan 26 13:35:49 2012 +1100 |
tree | 3d61e7d5ce736f80d473368288e4456fc9e3cf24 | |
parent | b85a088f15f2070b7180735a231012843a5ac96c [diff] |
crypto: Add bulk algorithm registration interface 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>