mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-17 23:28:15 +00:00
components/mbedtls: modify hardware encryption feature
rename "flag" and "keybites" in aes file, rename "xxx_starts" and add license in sha file.
This commit is contained in:
@@ -40,8 +40,8 @@ extern "C" {
|
||||
#define ERR_AES_INVALID_INPUT_LENGTH -0x0022 /**< Invalid data input length. */
|
||||
|
||||
typedef struct{
|
||||
bool flag;
|
||||
uint16_t keybites;
|
||||
bool keyflag;
|
||||
uint16_t keybits;
|
||||
uint8_t key[32];
|
||||
}key_context, KEY_CTX;
|
||||
|
||||
|
Reference in New Issue
Block a user