esp-idf/components/mbedtls/port/include/mbedtls
LiPeng 72e67e3cf7
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-10-25 18:02:47 +05:30
..
bignum.h mbedtls: fix hardware MPI (bignum) related regression 2021-12-02 15:07:08 +05:30
esp_config.h mbedtls: GCM implementation is replaced with CTR-based calculation 2023-10-25 18:02:47 +05:30
esp_debug.h mbedtls: Fix esp_debug not including its dependencies 2019-03-21 10:48:55 +11:00