esp-idf/components/mbedtls
LiPeng 5c93fe47cb 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.
2022-12-28 12:14:29 +05:30
..
esp_crt_bundle Update esp_crt_bundle certificates 2022-10-13 10:00:11 +08:00
mbedtls@7b428b1bf2 mbedtls: Update to v3.2.1 2022-08-24 11:59:34 +05:30
port mbedtls: GCM implementation is replaced with CTR-based calculation 2022-12-28 12:14:29 +05:30
test_apps mbedtls: GCM implementation is replaced with CTR-based calculation 2022-12-28 12:14:29 +05:30
.build-test-rules.yml ci: Disable all currently failed target tests for esp32c6 2022-11-28 12:09:08 +08:00
CMakeLists.txt mbedtls: GCM implementation is replaced with CTR-based calculation 2022-12-28 12:14:29 +05:30
Kconfig mbedtls: Remove deprecated options from mbedtls/esp_config.h 2022-05-28 10:21:06 +05:30