esp-idf/components/mbedtls
Marius Vikhammer fe71a8e340 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-09 09:23:05 +08:00
..
esp_crt_bundle style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
mbedtls@99c88bb7bd mbedtls: upgrade to v2.16.9 release 2020-12-17 14:15:41 +05:30
port aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-09 09:23:05 +08:00
test aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-09 09:23:05 +08:00
CMakeLists.txt aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-09 09:23:05 +08:00
Kconfig Fix esp_tls: Prevent freeing of global ca store after each connection 2021-02-25 00:26:13 +00:00
Makefile.projbuild
component.mk MbedTLS: Add software fallback implementation for exp mod 2021-01-18 18:47:51 +05:30