Searched refs:hash_appended (Results 1 – 5 of 5) sorted by relevance
91 …uint8_t hash_appended; /*!< If 1, a SHA256 digest "simple hash" (of the entire image) is appe… member
132 if(bootloader_data.image.hash_appended) { in esp_secure_boot_generate_digest()
461 if (SECURE_BOOT_CHECK_SIGNATURE || data->image.hash_appended) { in process_image_header()743 if (data->image.hash_appended) { in process_appended_hash()804 if (data->image.hash_appended) { in verify_secure_boot_signature()
177 if (data.image.hash_appended) { in bootloader_common_get_sha256_of_partition()
70 4. If the ``hash_appended`` field from :cpp:type:`esp_image_header_t` is set then a SHA256 checksum…