Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/
Desp_ds_err.h14 #define ESP_ERR_HW_CRYPTO_DS_HMAC_FAIL (ESP_ERR_HW_CRYPTO_BASE + 0x1) /*!< HMAC periphera…
15 #define ESP_ERR_HW_CRYPTO_DS_INVALID_KEY (ESP_ERR_HW_CRYPTO_BASE + 0x2) /*!< given HMAC key…
17 #define ESP_ERR_HW_CRYPTO_DS_INVALID_DIGEST (ESP_ERR_HW_CRYPTO_BASE + 0x4) /*!< message digest…
19 #define ESP_ERR_HW_CRYPTO_DS_INVALID_PADDING (ESP_ERR_HW_CRYPTO_BASE + 0x5) /*!< padding check …
/hal_espressif-latest/components/esp_common/include/
Desp_err.h44 #define ESP_ERR_HW_CRYPTO_BASE 0xc000 /*!< Starting number of HW cryptography module error co… macro
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c792 # ifdef ESP_ERR_HW_CRYPTO_BASE
793 …ERR_TBL_IT(ESP_ERR_HW_CRYPTO_BASE), /* 49152 0xc000 Starting number of HW …