Re: [PATCH] crypto: bcm: fix normal/non key hash algorithm failure

2018-11-15 Thread Herbert Xu
On Tue, Nov 06, 2018 at 10:02:47AM -0800, Florian Fainelli wrote: > On 11/6/18 12:28 AM, Raveendra Padasalagi wrote: > > Remove setkey() callback handler for normal/non key > > hash algorithms and keep it for AES-CBC/CMAC which needs key. > > > > Signed-off-by: Raveendra Padasalagi > > Should th

Re: [PATCH] crypto: bcm: fix normal/non key hash algorithm failure

2018-11-06 Thread Florian Fainelli
On 11/6/18 12:28 AM, Raveendra Padasalagi wrote: > Remove setkey() callback handler for normal/non key > hash algorithms and keep it for AES-CBC/CMAC which needs key. > > Signed-off-by: Raveendra Padasalagi Should this have the following Fixes tag? Fixes: 9d12ba86f818 ("crypto: brcm - Add Broad

[PATCH] crypto: bcm: fix normal/non key hash algorithm failure

2018-11-06 Thread Raveendra Padasalagi
Remove setkey() callback handler for normal/non key hash algorithms and keep it for AES-CBC/CMAC which needs key. Signed-off-by: Raveendra Padasalagi --- drivers/crypto/bcm/cipher.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/crypto/bcm/cipher.c b/drivers/cry