esp-idf/components/mbedtls/test_apps/main
Mahavir Jain f477682938 Merge branch 'feature/remove_aes_rsa_ds_hmac_spport_for_c61' into 'master'
feat: remove suppport for AES, RSA, DS and HMAC in esp32c61

Closes IDF-9326, IDF-9328, IDF-9323, and IDF-9325

See merge request espressif/esp-idf!31798
2024-08-08 17:15:06 +08:00
..
crts ci: Migrate mbedtls unit tests from unit-test-app to component-test-app 2022-09-17 14:31:36 +05:30
app_main.c fix(mbedtls): move interrupt allocation during initialization phase 2023-11-06 11:20:53 +05:30
CMakeLists.txt core-system: trim build components for core-system test apps 2023-06-13 09:14:42 +08:00
idf_component.yml ci: Delete ccomp_timer in IDF(witch has been moved to component manager) 2023-05-15 14:58:51 +08:00
test_aes_gcm.c feat(mbedtls/aes): Satisfy L1 cache alignment for AES-GCM DMA operations 2024-03-26 11:38:33 +05:30
test_aes_perf.c ci: Migrate mbedtls unit tests from unit-test-app to component-test-app 2022-09-17 14:31:36 +05:30
test_aes_sha_parallel.c feat: remove support for aes and rsa peripherals in esp32c61 2024-08-06 15:06:16 +05:30
test_aes_sha_rsa.c change(xtensa): Deprecate ".../xtensa_timer.h" include path 2023-11-30 21:58:52 +08:00
test_aes.c aes: fix DMA descriptor calculation for the alignment case 2023-05-31 14:19:58 +05:30
test_apb_dport_access.c uart: Support LP_UART port with UART driver on esp32c6 2023-06-16 07:31:40 +00:00
test_apb_dport_access.h ci: Migrate mbedtls unit tests from unit-test-app to component-test-app 2022-09-17 14:31:36 +05:30
test_ecp.c mbedtls/test_apps: Fix performance logs 2023-02-24 12:26:21 +05:30
test_esp_crt_bundle.c all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
test_gcm.c ci(mbedtls/gcm): Added test to verify software fallback for non-AES cipher GCM operations 2024-02-23 10:47:30 +05:30
test_mbedtls_ecdsa.c feat(mbedtls): Added support for using ECDSA key through key manager 2024-04-01 14:37:12 +05:30
test_mbedtls_mpi.c feat: remove support for aes and rsa peripherals in esp32c61 2024-08-06 15:06:16 +05:30
test_mbedtls_sha.c feat: remove support for aes and rsa peripherals in esp32c61 2024-08-06 15:06:16 +05:30
test_mbedtls_utils.c ci: Migrate mbedtls unit tests from unit-test-app to component-test-app 2022-09-17 14:31:36 +05:30
test_mbedtls_utils.h ci: Migrate mbedtls unit tests from unit-test-app to component-test-app 2022-09-17 14:31:36 +05:30
test_mbedtls.c ci: Migrate mbedtls unit tests from unit-test-app to component-test-app 2022-09-17 14:31:36 +05:30
test_rsa.c ci: Migrate mbedtls unit tests from unit-test-app to component-test-app 2022-09-17 14:31:36 +05:30
test_sha_perf.c feat(esp_gdma): add hal interface for common operations 2023-07-10 13:45:57 +08:00
test_sha.c feat(mbedtls): Extend the esp_sha API to support SHA224 operations 2024-08-07 10:03:11 +05:30