feat(hal/testapps): Added AES and SHA testcases with DMA support

This commit is contained in:
nilesh.kale
2023-10-16 17:30:36 +05:30
parent 91630fab36
commit aab3f604ec
23 changed files with 1568 additions and 233 deletions

View File

@@ -23,7 +23,6 @@
#include "mbedtls/error.h"
#include <string.h>
#include "mbedtls/platform.h"
#if SOC_AES_SUPPORT_DMA
#include "esp_aes_dma_priv.h"