linux/drivers/crypto/keembay
Lee Jones e2dcca6a27 crypto: keembay - Fix incorrectly named functions/structs
Fixes the following W=1 kernel build warning(s):

 drivers/crypto/keembay/ocs-hcu.c:107: warning: expecting prototype for struct ocs_hcu_dma_list. Prototype was for struct ocs_hcu_dma_entry instead
 drivers/crypto/keembay/ocs-hcu.c:127: warning: expecting prototype for struct ocs_dma_list. Prototype was for struct ocs_hcu_dma_list instead
 drivers/crypto/keembay/ocs-hcu.c:610: warning: expecting prototype for ocs_hcu_digest(). Prototype was for ocs_hcu_hash_update() instead
 drivers/crypto/keembay/ocs-hcu.c:648: warning: expecting prototype for ocs_hcu_hash_final(). Prototype was for ocs_hcu_hash_finup() instead

Cc: Daniele Alessandrelli <daniele.alessandrelli@intel.com>
Cc: Declan Murphy <declan.murphy@intel.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-crypto@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Daniele Alessandrelli <daniele.alessandrelli@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2021-03-26 20:02:35 +11:00
..
Kconfig crypto: keembay-ocs-hcu - Add dependency on HAS_IOMEM and ARCH_KEEMBAY 2021-01-14 17:43:10 +11:00
keembay-ocs-aes-core.c crypto: keembay-ocs-aes - Fix error return code in kmb_ocs_aes_probe() 2021-03-07 15:13:15 +11:00
keembay-ocs-hcu-core.c crypto: keembay-ocs-hcu - Fix error return code in kmb_ocs_hcu_probe() 2021-03-07 15:13:15 +11:00
Makefile crypto: keembay - Add Keem Bay OCS HCU driver 2021-01-03 08:41:36 +11:00
ocs-aes.c crypto: keembay-ocs-aes - Fix 'q' assignment during CCM B0 generation 2021-02-10 17:55:59 +11:00
ocs-aes.h
ocs-hcu.c crypto: keembay - Fix incorrectly named functions/structs 2021-03-26 20:02:35 +11:00
ocs-hcu.h crypto: keembay-ocs-hcu - Add HMAC support 2021-01-03 08:41:36 +11:00