esp-idf/components/mbedtls/port/aes
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
..
block esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
dma esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
esp_aes_common.c mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
esp_aes_gcm.c mbedtls: GCM implementation is replaced with CTR-based calculation 2022-12-28 12:14:29 +05:30
esp_aes_xts.c AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00