mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-07 09:02:08 +00:00
fix(mbedtls): Fix the port for the mbedtls_internal_shaX_process API
- Also added the fix to update intermediate SHA state in the mbedtls_shaX_update API
This commit is contained in:
committed by
Mahavir Jain
parent
0c496896ba
commit
79d07f9909
@@ -185,6 +185,9 @@
|
||||
|
||||
/*--------------------------- SHA CAPS ---------------------------------------*/
|
||||
|
||||
/* Due to very limited availability of the DMA channels, DMA support for the SHA peripheral is disabled */
|
||||
// #define SOC_SHA_SUPPORT_DMA (1)
|
||||
|
||||
/* The SHA engine is able to resume hashing from a user */
|
||||
#define SOC_SHA_SUPPORT_RESUME (1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user