Home
last modified time | relevance | path

Searched refs:ESP_ERR_NOT_ENOUGH_UNUSED_KEY_BLOCKS (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/efuse/include/
Desp_efuse.h27 #define ESP_ERR_NOT_ENOUGH_UNUSED_KEY_BLOCKS (ESP_ERR_EFUSE + 0x05) /*!< Error not enough… macro
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c317 # ifdef ESP_ERR_NOT_ENOUGH_UNUSED_KEY_BLOCKS
318 …ERR_TBL_IT(ESP_ERR_NOT_ENOUGH_UNUSED_KEY_BLOCKS), /* 5637 0x1605 Error not enough unuse…
/hal_espressif-latest/components/bootloader_support/src/secure_boot_v2/
Dsecure_boot.c203 if (ret == ESP_ERR_NOT_ENOUGH_UNUSED_KEY_BLOCKS) { in check_and_generate_secure_boot_keys()
/hal_espressif-latest/components/bootloader_support/src/flash_encryption/
Dflash_encrypt.c194 if (err == ESP_ERR_NOT_ENOUGH_UNUSED_KEY_BLOCKS) { in check_and_generate_encryption_keys()
/hal_espressif-latest/components/efuse/src/efuse_controller/keys/with_key_purposes/
Desp_efuse_api_key.c349 err = ESP_ERR_NOT_ENOUGH_UNUSED_KEY_BLOCKS; in esp_efuse_write_keys()