esp-idf/components/hal/test_apps/crypto/main
Mahavir Jain cd47cf46dc Merge branch 'esp32p4/add_aes_support' into 'master'
feat: add AES support for ESP32-P4

Closes IDF-6519

See merge request espressif/esp-idf!26429
2024-03-15 11:43:22 +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/aes): use RCC atomic block to enable/reset the AES peripheral 2024-03-13 15:22:07 +05:30
ecc feat(ecc): use RCC atomic block to enable/reset the ECC peripheral 2023-10-11 14:59:04 +05:30
ecdsa fix(mbedtls): fixing ecdsa's dependence on ecc_mult clock 2024-03-12 10:10:42 +08:00
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