Merge branch 'esp32p4/add_hmac_ds_support' into 'master'

esp32p4/add hmac ds support

Closes IDF-7543 and IDF-6518

See merge request espressif/esp-idf!25148
This commit is contained in:
Mahavir Jain
2023-09-04 16:45:56 +08:00
21 changed files with 447 additions and 36 deletions
@@ -13,7 +13,7 @@ extern "C" {
#include <stdint.h>
#include <stdbool.h>
#define ETS_DS_MAX_BITS 3072
#define ETS_DS_MAX_BITS 4096
#define ETS_DS_IV_LEN 16