esp-idf/components/mbedtls
LiPeng 3c1ac62969 mbedtls: GCM implementation is replaced with CTR-based calculation
- GCM operation in mbedtls used ECB, which calculated only 16 bytes of data each time.
	- Therefore, when processing a large amount of data, it is necessary to frequently set hardware acceleration calculations,
	- which could not make good use of the AES DMA function to improve efficiency.
	- Hence, GCM implementation is replaced with CTR-based calculation which utilizes AES DMA to improve efficiency.
2023-01-09 18:37:07 +05:30
..
esp_crt_bundle Tools: Fix flake8 version 5 warnings 2022-08-12 15:36:11 +02:00
mbedtls@7b428b1bf2 mbedtls: Update to v3.2.1 2022-08-26 11:46:54 +05:30
port mbedtls: GCM implementation is replaced with CTR-based calculation 2023-01-09 18:37:07 +05:30
test mbedtls: GCM implementation is replaced with CTR-based calculation 2023-01-09 18:37:07 +05:30
CMakeLists.txt mbedtls: GCM implementation is replaced with CTR-based calculation 2023-01-09 18:37:07 +05:30
Kconfig mbedtls: Remove deprecated options from mbedtls/esp_config.h 2022-05-28 10:21:06 +05:30