esp-idf/components/mbedtls/test
Ivan Grokhotkov 708e99497b
global: add dependency on esp_timer component and include esp_timer.h
Some components were including esp_timer.h without declaring a
dependency on esp_timer component. This used to work due to a
transitive public dependency on esp_timer from freertos component.
Add explicit dependencies where needed.
Also some source files were using esp_timer functions without
including the header file. This used to work because esp_timer.h was
included from freertos port header file. This commit adds esp_timer.h
includes where needed.
2022-04-25 18:39:23 +02:00
..
crts esp_crt_bundle: add additional unit tests 2020-12-08 10:11:31 +08:00
CMakeLists.txt global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
test_aes_gcm.c ci: Fix unit test failures 2022-03-03 01:37:10 +05:30
test_aes_perf.c AES/SHA: use GDMA driver instead of LL 2021-01-19 11:02:51 +08:00
test_aes_sha_parallel.c ci: Fix pre-check stage failing tests 2022-03-03 01:37:10 +05:30
test_aes_sha_rsa.c mbedtls-3 update: 2022-03-03 01:37:10 +05:30
test_aes.c CI: add configs for running S2, S3 unit tests with PSRAM 2022-03-04 15:29:17 +08:00
test_apb_dport_access.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
test_apb_dport_access.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
test_ecp.c Fix build issues for implicit declaration for esp_fill_random 2022-03-08 14:05:23 +00:00
test_esp_crt_bundle.c esp_crt_bundle: Add bounds checking for the "esp_crt_bundle_set" API. 2022-03-31 13:11:11 +05:30
test_mbedtls_mpi.c ci: Fix pre-check stage failing tests 2022-03-03 01:37:10 +05:30
test_mbedtls_sha.c mbedtls: suppress -Wstringop-overflow 2022-04-21 13:33:32 +07:00
test_mbedtls_utils.c ci: Fix pre-check stage failing tests 2022-03-03 01:37:10 +05:30
test_mbedtls_utils.h ci: Fix pre-check stage failing tests 2022-03-03 01:37:10 +05:30
test_mbedtls.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_rsa.c test_rsa.c: remove 'use_blinding' variable. 2022-04-20 01:07:01 +00:00
test_sha_perf.c ci: Fix pre-check stage failing tests 2022-03-03 01:37:10 +05:30
test_sha.c ci: Fix pre-check stage failing tests 2022-03-03 01:37:10 +05:30