mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-15 15:00:02 +01:00
ci(mbedtls): added a test for the mbedtls_internal_shaX_process API
This commit is contained in:
committed by
Mahavir Jain
parent
79d07f9909
commit
eb3dab8af4
@@ -691,6 +691,10 @@ config SOC_SHA_SUPPORT_PARALLEL_ENG
|
||||
bool
|
||||
default y
|
||||
|
||||
config SOC_SHA_ENDIANNESS_BE
|
||||
bool
|
||||
default y
|
||||
|
||||
config SOC_SHA_SUPPORT_SHA1
|
||||
bool
|
||||
default y
|
||||
|
||||
@@ -338,6 +338,9 @@
|
||||
/* ESP32 style SHA engine, where multiple states can be stored in parallel */
|
||||
#define SOC_SHA_SUPPORT_PARALLEL_ENG (1)
|
||||
|
||||
/* ESP32's SHA peripheral processes and stores data in big-endian format */
|
||||
#define SOC_SHA_ENDIANNESS_BE (1)
|
||||
|
||||
/* Supported HW algorithms */
|
||||
#define SOC_SHA_SUPPORT_SHA1 (1)
|
||||
#define SOC_SHA_SUPPORT_SHA256 (1)
|
||||
|
||||
Reference in New Issue
Block a user