Re: [PATCH] crypto: qce - add CRYPTO_ALG_KERN_DRIVER_ONLY flag

2019-10-04 Thread Herbert Xu
On Thu, Sep 19, 2019 at 06:33:02PM -0300, Eneas U de Queiroz wrote: > Set the CRYPTO_ALG_KERN_DRIVER_ONLY flag to all algorithms exposed by > the qce driver, since they are all hardware accelerated, accessible > through a kernel driver only, and not available directly to userspace. > > Signed-off-

[PATCH] crypto: qce - add CRYPTO_ALG_KERN_DRIVER_ONLY flag

2019-09-19 Thread Eneas U de Queiroz
Set the CRYPTO_ALG_KERN_DRIVER_ONLY flag to all algorithms exposed by the qce driver, since they are all hardware accelerated, accessible through a kernel driver only, and not available directly to userspace. Signed-off-by: Eneas U de Queiroz diff --git a/drivers/crypto/qce/ablkcipher.c b/driver