zephyr/drivers/crypto
Julien Panis fa8d5177c1 drivers: crypto: Add support for cc23x0 AES
Add support for AES module to cc23x0 SoC. The driver supports the
following modes:
- ECB encryption only (since decryption is not supported by the HW)
- CTR
- CCM

Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com>
Signed-off-by: Julien Panis <jpanis@baylibre.com>
2025-03-07 19:47:11 +01:00
..
CMakeLists.txt drivers: crypto: Add support for cc23x0 AES 2025-03-07 19:47:11 +01:00
crypto_ataes132a_priv.h
crypto_ataes132a.c drivers: crypto: crypto_ataes132a fix buffer overrun issue 2024-12-29 05:51:51 +01:00
crypto_cc23x0.c drivers: crypto: Add support for cc23x0 AES 2025-03-07 19:47:11 +01:00
crypto_intel_sha_priv.h
crypto_intel_sha_registers.h
crypto_intel_sha.c drivers: crypto: Place API into iterable section 2024-12-06 12:13:37 +01:00
crypto_it8xxx2_sha_v2.c drivers: crypto: Place API into iterable section 2024-12-06 12:13:37 +01:00
crypto_it8xxx2_sha.c drivers: crypto: Place API into iterable section 2024-12-06 12:13:37 +01:00
crypto_mchp_xec_symcr.c drivers: crypto: Place API into iterable section 2024-12-06 12:13:37 +01:00
crypto_mcux_dcp.c drivers: crypto: Place API into iterable section 2024-12-06 12:13:37 +01:00
crypto_mtls_shim.c drivers: crypto: Place API into iterable section 2024-12-06 12:13:37 +01:00
crypto_npcx_sha.c drivers: crypto: Place API into iterable section 2024-12-06 12:13:37 +01:00
crypto_nrf_ecb.c drivers: crypto: Place API into iterable section 2024-12-06 12:13:37 +01:00
crypto_si32.c drivers: crypto: Place API into iterable section 2024-12-06 12:13:37 +01:00
crypto_smartbond.c drivers: crypto: Place API into iterable section 2024-12-06 12:13:37 +01:00
crypto_stm32_priv.h
crypto_stm32.c drivers: crypto: fix spelling of "below" 2025-02-19 18:51:13 +01:00
crypto_tc_shim_priv.h
crypto_tc_shim.c drivers: crypto: Place API into iterable section 2024-12-06 12:13:37 +01:00
Kconfig drivers: crypto: Add support for cc23x0 AES 2025-03-07 19:47:11 +01:00
Kconfig.ataes132a
Kconfig.cc23x0 drivers: crypto: Add support for cc23x0 AES 2025-03-07 19:47:11 +01:00
Kconfig.intel
Kconfig.it8xxx2
Kconfig.mcux_dcp
Kconfig.npcx
Kconfig.nrf_ecb Bluetooth: Controller: Replace BT_CTLR with HAS_BT_CTLR 2024-12-03 10:16:44 +01:00
Kconfig.si32 drivers: crypto: Add initial SiM3U1xx support 2024-10-24 17:52:05 +02:00
Kconfig.smartbond
Kconfig.stm32
Kconfig.xec