[PATCH RFC 1/4] crypto: engine - Permit to enqueue all async requests
From: herbert@gondor.apana.org.au (Herbert Xu)
Date: 2017-12-22 06:57:54
Also in:
linux-crypto, lkml
From: herbert@gondor.apana.org.au (Herbert Xu)
Date: 2017-12-22 06:57:54
Also in:
linux-crypto, lkml
On Wed, Nov 29, 2017 at 09:41:18AM +0100, Corentin Labbe wrote:
The crypto engine could actually only enqueue hash and ablkcipher request. This patch permit it to enqueue any type of crypto_async_request. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
This is going the wrong way. We do not want to expose any of the base types such as crypto_alg, crypto_async_request to end-users and that includes drivers. Only core API code should touch these base types. Cheers, -- Email: Herbert Xu [off-list ref] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt