esp_app_get_elf_sha256() function
Fill the provided buffer with SHA256 of the ELF file, formatted as hexadecimal, null-terminated. If the buffer size is not sufficient to fit the entire SHA256 in hex plus a null terminator, the largest possible number of bytes will be written followed by a null.
Syntax
int esp_app_get_elf_sha256(char* dst,
size_t size);
Return value
Number of bytes written to dst (including null terminator)
esp_app_get_elf_sha256() is called by 1 function and calls 1 function:
![]()
esp_app_get_elf_sha256()
esp_app_get_elf_sha256() reads 1 variable:
![]()
esp_app_get_elf_sha256()