commit | 4cba7cf025f35599f8de3282c8a7278ecc43eea4 | [log] [tgz] |
---|---|---|
author | Corentin LABBE <clabbe.montjoie@gmail.com> | Wed Aug 31 14:02:58 2016 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Sep 07 21:08:27 2016 +0800 |
tree | 01467e06408825abc6bc9b370b575d7b21774a5d | |
parent | 2589ad84047f1dbed741b48785680b152db2e5db [diff] |
crypto: engine - permit to enqueue ashash_request The current crypto engine allow only ablkcipher_request to be enqueued. Thus denying any use of it for hardware that also handle hash algo. This patch modify the API for allowing to enqueue ciphers and hash. Since omap-aes/omap-des are the only users, this patch also convert them to the new cryptoengine API. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>