Home
last modified time | relevance | path

Searched refs:ESP_ERR_HW_CRYPTO_DS_INVALID_KEY (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/
Desp_ds_err.h15 #define ESP_ERR_HW_CRYPTO_DS_INVALID_KEY (ESP_ERR_HW_CRYPTO_BASE + 0x2) /*!< given HMAC key… macro
/hal_espressif-latest/components/esp_hw_support/
Desp_ds.c169 return ESP_ERR_HW_CRYPTO_DS_INVALID_KEY; in esp_ds_start_sign()
342 return ESP_ERR_HW_CRYPTO_DS_INVALID_KEY; in esp_ds_start_sign()
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c800 # ifdef ESP_ERR_HW_CRYPTO_DS_INVALID_KEY
801 ERR_TBL_IT(ESP_ERR_HW_CRYPTO_DS_INVALID_KEY), /* 49154 0xc002 */