[][src]Function esp_idf_bindgen::esp_ota_get_app_elf_sha256

pub unsafe extern "C" fn esp_ota_get_app_elf_sha256(
    dst: *mut c_char,
    size: size_t
) -> c_int

@brief 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. @param dst Destination buffer @param size Size of the buffer @return Number of bytes written to dst (including null terminator)