]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: bcm - fix normal/non key hash algorithm failure
authorRaveendra Padasalagi <raveendra.padasalagi@broadcom.com>
Tue, 6 Nov 2018 08:28:58 +0000 (13:58 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 16 Nov 2018 06:09:40 +0000 (14:09 +0800)
commit68367cacdc5a22c19c96a50573264c72e48b2721
tree16a5ab59940ede910d86ba4943d7c16d6821b226
parent901cf25aa4bcce7e64411b29672875e51754b20d
crypto: bcm - fix normal/non key hash algorithm failure

Remove setkey() callback handler for normal/non key
hash algorithms and keep it for AES-CBC/CMAC which needs key.

Fixes: fafe61d8dac2 ("crypto: brcm - Add Broadcom SPU driver")
Signed-off-by: Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/bcm/cipher.c