Re: [PATCH v4 0/2] crypto: engine: permit to enqueue ashash_request

2016-09-07 Thread Herbert Xu
On Wed, Aug 31, 2016 at 02:02:56PM +0200, Corentin Labbe wrote: > Hello > > I wanted to use the crypto engine for my Allwinner crypto driver but something > prevented me to use it: it cannot enqueue hash requests. > This patch convert crypto engine to permit enqueuing of ahash_requests. > It also

[PATCH v4 0/2] crypto: engine: permit to enqueue ashash_request

2016-08-31 Thread Corentin Labbe
Hello I wanted to use the crypto engine for my Allwinner crypto driver but something prevented me to use it: it cannot enqueue hash requests. This patch convert crypto engine to permit enqueuing of ahash_requests. It also convert the only driver using crypto engine. The modifications against