Home
last modified time | relevance | path

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

/mcuboot-latest/boot/espressif/hal/src/
Dsecure_boot.c38 ESP_LOGE(TAG, "Magic byte correct but incorrect crc."); in validate_signature_block()
42 ESP_LOGE(TAG, "Magic byte & CRC correct but incorrect image digest."); in validate_signature_block()
79 ESP_LOGE(TAG, "error generating image digest, %d", ret); in s_calculate_image_public_key_digests()
86ESP_LOGE(TAG, "bootloader_mmap(0x%x, 0x%x) failed", sig_block_addr, sizeof(ets_secure_boot_signatu… in s_calculate_image_public_key_digests()
123 ESP_LOGE(TAG, "Secure boot key (%d) verification failed.", i); in s_calculate_image_public_key_digests()
147ESP_LOGE(TAG, "No coding schemes are supported in secure boot v2.(Detected scheme: 0x%x)", coding_… in check_and_generate_secure_boot_keys()
166 ESP_LOGE(TAG, "bootloader image appears invalid! error %d", ret); in check_and_generate_secure_boot_keys()
189 ESP_LOGE(TAG, "Bootloader signature block is invalid"); in check_and_generate_secure_boot_keys()
194 ESP_LOGE(TAG, "No valid bootloader signature blocks found."); in check_and_generate_secure_boot_keys()
203ESP_LOGE(TAG, "Bootloader signatures(%d) more than available key slots.", boot_key_digests.num_dig… in check_and_generate_secure_boot_keys()
[all …]
Dflash_encrypt.c95ESP_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()
[all …]
/mcuboot-latest/boot/espressif/hal/include/
Desp_log.h17 #define ESP_LOGE(tag, fmt, ...) MCUBOOT_LOG_ERR("[%s] " fmt, tag, ##__VA_ARGS__) macro