Lines Matching refs:ESP_LOGE

38         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()
205ESP_LOGE(TAG, "Failed to write efuse block with purpose (err=0x%x). Can't continue.", ret); in check_and_generate_secure_boot_keys()
224 ESP_LOGE(TAG, "Key digest (BLK%d) read protected, aborting...", blocks[i]); in check_and_generate_secure_boot_keys()
229 ESP_LOGE(TAG, "%d eFuse block is empty, aborting...", blocks[i]); in check_and_generate_secure_boot_keys()
241 ESP_LOGE(TAG, "Error during reading %d eFuse block (err=0x%x)", blocks[i], ret); in check_and_generate_secure_boot_keys()
247 ESP_LOGE(TAG, "No valid pre-loaded public key digest in eFuse"); in check_and_generate_secure_boot_keys()