Home
last modified time | relevance | path

Searched refs:ETS_DS_INVALID_KEY (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Ddigital_signature.h57 ETS_DS_INVALID_KEY, /* HMAC peripheral failed to supply key */ enumerator
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Ddigital_signature.h60 ETS_DS_INVALID_KEY, /* HMAC peripheral failed to supply key */ enumerator
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Ddigital_signature.h63 ETS_DS_INVALID_KEY, /* HMAC peripheral failed to supply key */ enumerator
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Ddigital_signature.h55 ETS_DS_INVALID_KEY, /* HMAC peripheral failed to supply key */ enumerator
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Ddigital_signature.h55 ETS_DS_INVALID_KEY, /* HMAC peripheral failed to supply key */ enumerator
/hal_espressif-latest/components/esp_hw_support/
Desp_ds.c166 if (result == ETS_DS_INVALID_KEY) { in esp_ds_start_sign()