Home
last modified time | relevance | path

Searched defs:image_len (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bootloader_support/src/secure_boot_v1/
Dsecure_boot.c41 static bool secure_boot_generate(uint32_t image_len){ in secure_boot_generate()
132 uint32_t image_len = bootloader_data.image_len; in esp_secure_boot_generate_digest() local
/hal_espressif-latest/components/bootloader_support/include/
Desp_image_format.h34 uint32_t image_len; /* Length of image on flash, in bytes */ member