Re: [PATCH v4 1/1] crypto: engine - Permit to enqueue skcipher request

2017-09-22 Thread Herbert Xu
On Fri, Aug 18, 2017 at 01:42:27PM +0200, Corentin Labbe wrote: > The crypto engine could actually only enqueue hash and ablkcipher request. > This patch permit it to enqueue skcipher requests by adding all necessary > functions. > > Signed-off-by: Corentin Labbe Hmm,

[PATCH v4 1/1] crypto: engine - Permit to enqueue skcipher request

2017-08-18 Thread Corentin Labbe
The crypto engine could actually only enqueue hash and ablkcipher request. This patch permit it to enqueue skcipher requests by adding all necessary functions. Signed-off-by: Corentin Labbe --- crypto/crypto_engine.c | 120