Lines Matching refs:ESP_LOGE

95ESP_LOGE(TAG, "Flash Encryption cannot be enabled (CRYPT_CNT (%d) is write protected)", get_flash_…  in esp_flash_encrypt_is_write_protected()
132 ESP_LOGE(TAG, "Initialization of Flash encryption key failed (%d)", err); in esp_flash_encrypt_check_and_update()
138 ESP_LOGE(TAG, "Encryption flash contents failed (%d)", err); in esp_flash_encrypt_check_and_update()
144 ESP_LOGE(TAG, "Enabling of Flash encryption failed (%d)", err); in esp_flash_encrypt_check_and_update()
148 ESP_LOGE(TAG, "flash encryption is not enabled, and SECURE_FLASH_REQUIRE_ALREADY_ENABLED " in esp_flash_encrypt_check_and_update()
166 ESP_LOGE(TAG, "Unknown/unsupported CODING_SCHEME value 0x%x", coding_scheme); in check_and_generate_encryption_keys()
180 ESP_LOGE(TAG, "XTS_AES_128_KEY is already in use, XTS_AES_256_KEY_1/2 can not be used"); in check_and_generate_encryption_keys()
208 ESP_LOGE(TAG, "Invalid efuse key blocks: Both AES-256 key blocks must be set."); in check_and_generate_encryption_keys()
226ESP_LOGE(TAG, "Not enough free efuse key blocks (need %d) to continue", BLOCKS_NEEDED); in check_and_generate_encryption_keys()
228ESP_LOGE(TAG, "Failed to write efuse block with purpose (err=0x%x). Can't continue.", err); in check_and_generate_encryption_keys()
237ESP_LOGE(TAG, "Invalid key state, check read&write protection for key and keypurpose(if exists)"); in check_and_generate_encryption_keys()
271 ESP_LOGE(TAG, "Error programming security eFuses (err=0x%x).", err); in esp_flash_encrypt_init()
389 ESP_LOGE(TAG, "Failed to encrypt bootloader in place: 0x%x", err); in encrypt_bootloader()
407 ESP_LOGE(TAG, "image at 0x%x has invalid magic byte", in verify_img_header()
428 ESP_LOGE(TAG, "Failed to read slot img header"); in encrypt_primary_slot()
441 ESP_LOGE(TAG, "Failed to encrypt slot in place: 0x%x", err); in encrypt_primary_slot()
457 ESP_LOGE(TAG, "esp_flash_encrypt_region bad src_addr 0x%x", src_addr); in esp_flash_encrypt_region()
483 ESP_LOGE(TAG, "flash operation failed: 0x%x", err); in esp_flash_encrypt_region()