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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| crypto_ataes132a_priv.h | ||
| crypto_ataes132a.c | ||
| crypto_cc23x0.c | ||
| crypto_intel_sha_priv.h | ||
| crypto_intel_sha_registers.h | ||
| crypto_intel_sha.c | ||
| crypto_it8xxx2_sha_v2.c | ||
| crypto_it8xxx2_sha.c | ||
| crypto_mchp_xec_symcr.c | ||
| crypto_mcux_dcp.c | ||
| crypto_mtls_shim.c | ||
| crypto_npcx_sha.c | ||
| crypto_nrf_ecb.c | ||
| crypto_si32.c | ||
| crypto_smartbond.c | ||
| crypto_stm32_priv.h | ||
| crypto_stm32.c | ||
| crypto_tc_shim_priv.h | ||
| crypto_tc_shim.c | ||
| Kconfig | ||
| Kconfig.ataes132a | ||
| Kconfig.cc23x0 | ||
| Kconfig.intel | ||
| Kconfig.it8xxx2 | ||
| Kconfig.mcux_dcp | ||
| Kconfig.npcx | ||
| Kconfig.nrf_ecb | ||
| Kconfig.si32 | ||
| Kconfig.smartbond | ||
| Kconfig.stm32 | ||
| Kconfig.xec | ||