esp-idf/components/mbedtls/port/include/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
..
bignum.h mbedtls: fix hardware MPI (bignum) related regression 2021-11-29 15:13:05 +08:00
ecp.h mbedtls: Override ecp_mul_restartable_internal 2022-08-26 11:46:55 +05:30
esp_config.h mbedtls: GCM implementation is replaced with CTR-based calculation 2023-01-09 18:37:07 +05:30
esp_debug.h mbedtls: Fix esp_debug not including its dependencies 2019-03-21 10:48:55 +11:00