zephyr/drivers/crypto
Jun Lin fde31c03c5 driver: crypto: SHA: npcx: fix SHA driver for npcx4 QS chip
The commit fixes the SHA driver because the ROM API has the following
changes from ES to QS chip:
1. base addres: from 0x13c -> 0x148
2. required SHA context buffer size : from 228 -> 240 bytes

This change also adds a check for the pre-allocated buffer size of the
SHA context when the driver initiliazes.

Signed-off-by: Jun Lin <CHLin56@nuvoton.com>
2023-12-12 09:52:04 +00:00
..
CMakeLists.txt drivers: crypto: smartbond: Support crypto accelerator 2023-10-26 09:47:23 +02:00
crypto_ataes132a.c drivers: crypto: ataes132a: Convert to devicetree 2022-07-14 10:37:26 +02:00
crypto_ataes132a_priv.h drivers: crypto: ataes132a: Convert to devicetree 2022-07-14 10:37:26 +02:00
crypto_intel_sha.c device: remove redundant init functions 2023-04-19 10:00:25 +02:00
crypto_intel_sha_priv.h Drivers: crypto_intel_sha: Add support for hw intel sha driver 2022-06-06 12:05:12 +02:00
crypto_intel_sha_registers.h Drivers: crypto_intel_sha: Add support for hw intel sha driver 2022-06-06 12:05:12 +02:00
crypto_it8xxx2_sha.c drivers: crypto: it8xxx2_evb: fix a shadow variable error 2023-08-28 19:17:46 +01:00
crypto_mchp_xec_symcr.c include: always use <> for Zephyr includes 2023-09-14 13:49:58 +02:00
crypto_mcux_dcp.c drivers: crypto: Add NXP MCUX DCP driver 2023-07-26 09:09:48 +02:00
crypto_mtls_shim.c device: remove redundant init functions 2023-04-19 10:00:25 +02:00
crypto_npcx_sha.c driver: crypto: SHA: npcx: fix SHA driver for npcx4 QS chip 2023-12-12 09:52:04 +00:00
crypto_nrf_ecb.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
crypto_smartbond.c drivers: crypto: smartbond: Support crypto accelerator 2023-10-26 09:47:23 +02:00
crypto_stm32.c drivers: crypto: add support for stm32wb family 2023-10-20 15:05:26 +02:00
crypto_stm32_priv.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
crypto_tc_shim.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
crypto_tc_shim_priv.h
Kconfig drivers: crypto: smartbond: Support crypto accelerator 2023-10-26 09:47:23 +02:00
Kconfig.ataes132a drivers: crypto: Update Kconfig 2022-08-30 10:43:12 +00:00
Kconfig.intel intel: ace15: Enabling sha driver by default 2022-10-31 12:45:33 -07:00
Kconfig.it8xxx2 drivers/crypto/it8xxx2: add support for SHA256 hardware accelerator 2023-07-07 09:24:47 +02:00
Kconfig.mcux_dcp drivers: select nocache only when supported 2023-09-26 15:09:51 +02:00
Kconfig.npcx drivers: crypto: SHA: npcx: add support for SHA hardware accelerator 2022-12-21 10:10:10 +01:00
Kconfig.nrf_ecb drivers: crypto: Update Kconfig 2022-08-30 10:43:12 +00:00
Kconfig.smartbond drivers: crypto: smartbond: Support crypto accelerator 2023-10-26 09:47:23 +02:00
Kconfig.stm32 drivers: crypto: Update Kconfig 2022-08-30 10:43:12 +00:00
Kconfig.xec drivers: crypto: MEC172x crypto driver supporting hash 2023-05-16 12:07:24 +02:00