esp-idf/components/hal/test_apps/crypto/main
harshal.patil 9b15189583
change(mbedtls): replace Cache ROM APIs usage with APIs from esp_cache.h
- Only APIs used in esp_crypto_shared_gdma and aes have been replaced
- Get dcache line size using cache api instead of Kconfig
2024-03-13 15:22:07 +05:30
..
aes change(mbedtls/aes): moved esp_aes_internal.h to be a private header 2024-03-13 15:22:06 +05:30
ds change(all): Clearing unused efuse rom headers 2024-01-22 18:02:55 +02:00
ecc feat(ecc): use RCC atomic block to enable/reset the ECC peripheral 2023-10-11 14:59:04 +05:30
ecdsa fix(hal/testapps): fix block number to burn keys to avoid overlapping 2023-12-07 14:47:26 +05:30
hmac fix(hal/testapps): fix block number to burn keys to avoid overlapping 2023-12-07 14:47:26 +05:30
mpi feat(mpi): use RCC atomic block to enable/reset the MPI peripheral 2023-10-11 14:59:03 +05:30
sha fix(hal/test_apps): update sha testcases flow 2024-02-20 11:53:58 +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 change(mbedtls): replace Cache ROM APIs usage with APIs from esp_cache.h 2024-03-13 15:22:07 +05:30
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