Home
last modified time | relevance | path

Searched refs:ESP_ERR_HW_CRYPTO_DS_INVALID_DIGEST (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/
Desp_ds_err.h17 #define ESP_ERR_HW_CRYPTO_DS_INVALID_DIGEST (ESP_ERR_HW_CRYPTO_BASE + 0x4) /*!< message digest… macro
/hal_espressif-latest/components/esp_hw_support/
Desp_ds.c199 return_value = ESP_ERR_HW_CRYPTO_DS_INVALID_DIGEST; in esp_ds_finish_sign()
387 return_value = ESP_ERR_HW_CRYPTO_DS_INVALID_DIGEST; in esp_ds_finish_sign()
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c803 # ifdef ESP_ERR_HW_CRYPTO_DS_INVALID_DIGEST
804 ERR_TBL_IT(ESP_ERR_HW_CRYPTO_DS_INVALID_DIGEST), /* 49156 0xc004 */
/hal_espressif-latest/components/mbedtls/port/esp_ds/
Desp_rsa_sign_alt.c259 if (ds_r == ESP_ERR_HW_CRYPTO_DS_INVALID_DIGEST) { in esp_ds_rsa_sign()