mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-13 16:58:55 +08:00
feat(mbedtls): mbedtls using SHA/AES of util component instead of its raw algorithm
This commit is contained in:
@@ -28,10 +28,9 @@ typedef struct {
|
||||
} esp_sha1_t;
|
||||
|
||||
typedef struct {
|
||||
uint64_t length;
|
||||
uint32_t curlen;
|
||||
uint32_t total[2];
|
||||
uint32_t state[8];
|
||||
uint8_t buf[64];
|
||||
uint8_t buffer[64];
|
||||
} esp_sha256_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user