esp-idf/components/mbedtls/port/aes
Sudeep Mohanty e22b4007d3 esp_hw_support: Removed deprecated CPU util functions
The following files were deleted:
- components/esp_hw_support/include/soc/cpu.h
- components/soc/esp32s3/include/soc/cpu.h

The following functions are deprecated:
- get_sp()

The following functions declared in soc/cpu.h are now moved to esp_cpu.h:
- esp_cpu_configure_region_protection()

The following functions declared in soc/cpu.h are now moved to components/xtensa/include/esp_cpu_utils.h:
- esp_cpu_process_stack_pc()

All files with soc/cpu.h inclusion are updated to include esp_cpu.h instead.

Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>
2021-12-28 16:58:37 +05:30
..
block esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
dma crypto: also apply cache writeback/invalidate for SPIRAM_USE_MEMMAP 2021-12-08 12:09:01 +08:00
esp_aes_common.c aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-09 09:23:05 +08:00
esp_aes_gcm.c crypto: allocate all DMA descriptors to DMA capable memory. 2021-12-08 12:09:01 +08:00
esp_aes_xts.c AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00