esp-idf/components/esp32c3
Marius Vikhammer 1c8fd4041e aes/sha: use a shared lazy allocated GDMA channel for AES and SHA
Removed the old dynamically allocated GDMA channel approach.
It proved too unreliable as we couldn't not ensure consumers of the mbedtls
would properly free the channels after use.

Replaced by a single shared GDMA channel for AES and SHA, which won't be
released unless user specifically calls API for releasing it.
2021-03-10 09:40:35 +08:00
..
include aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-10 09:40:35 +08:00
ld Merge branch 'bugfix/scan_test_missing_build_apps_without_tests' into 'master' 2021-01-28 17:48:24 +08:00
test [Peripheral/Security] DS peripheral driver 2021-01-05 12:26:59 +08:00
cache_err_int.c panic on RISC-V: Take into account Merge Request comments 2020-12-31 15:46:17 +08:00
clk.c esp32c3: added target component 2020-12-11 11:44:01 +08:00
CMakeLists.txt Security: ESP32C3 memory protection feature (IRAM0/DRAM0) 2021-01-27 08:44:03 +01:00
component.mk esp32c3: added target component 2020-12-11 11:44:01 +08:00
crosscore_int.c esp32c3: added target component 2020-12-11 11:44:01 +08:00
dport_access.c esp32c3: added target component 2020-12-11 11:44:01 +08:00
esp_crypto_lock.c aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-10 09:40:35 +08:00
esp_ds.c [Peripheral/Security] DS peripheral driver 2021-01-05 12:26:59 +08:00
esp_hmac.c [Peripheral/Security] DS peripheral driver 2021-01-05 12:26:59 +08:00
hw_random.c esp32c3: added target component 2020-12-11 11:44:01 +08:00
Kconfig add brownout reset option prompt to menuconfig 2021-01-21 10:03:32 +08:00
linker.lf esp32c3: added target component 2020-12-11 11:44:01 +08:00
Makefile.projbuild esp32c3: added target component 2020-12-11 11:44:01 +08:00
memprot.c Security: ESP32C3 memory protection feature (IRAM0/DRAM0) 2021-01-27 08:44:03 +01:00
project_include.cmake esp32c3: added target component 2020-12-11 11:44:01 +08:00
system_api_esp32c3.c efuse(esp32c3): Adds getting chip_revision and chip_pkg 2021-01-25 19:37:40 +08:00