esp-idf/components/hal/test_apps/crypto/main
harshal.patil bef1fba3bc fix(mbedtls/crypto_shared_gdma): Enable AXI-DMA enable external memory AES-ECC access
- When external memory encryption is enabled, set the aes_ecc bit of AXI-DMA to enable memory access
2024-05-20 14:40:49 +08:00
..
aes feat(hal/aes): use RCC atomic block to enable/reset the AES peripheral 2024-03-13 15:22:07 +05:30
ds feat(hal/sha): use RCC atomic block to enable/reset the SHA peripheral 2024-03-27 11:23:30 +05:30
ecc feat(ecc): use RCC atomic block to enable/reset the ECC peripheral 2023-10-11 14:59:04 +05:30
ecdsa Merge branch 'esp32p4/deterministic_ecdsa_support' into 'master' 2024-04-01 16:45:14 +08:00
hmac feat(hal/sha): use RCC atomic block to enable/reset the SHA peripheral 2024-03-27 11:23:30 +05:30
mpi feat(mpi): use RCC atomic block to enable/reset the MPI peripheral 2023-10-11 14:59:03 +05:30
sha ci(hal/crypto): Update crypto test app to use SHA-DMA process API from mbedtls 2024-03-27 11:23:30 +05:30
app_main.c fix(hal/testapps): fix block number to burn keys to avoid overlapping 2023-12-07 14:47:26 +05:30
CMakeLists.txt fix(mbedtls/crypto_shared_gdma): Enable AXI-DMA enable external memory AES-ECC access 2024-05-20 14:40:49 +08:00
hal_crypto_common.h fix(hal/testapps): fix block number to burn keys to avoid overlapping 2023-12-07 14:47:26 +05:30
Kconfig.projbuild feat(hal/testapps): Added AES and SHA testcases with DMA support 2024-02-09 14:23:06 +05:30