Searched refs:unpadded_length (Results 1 – 1 of 1) sorted by relevance
889 uint32_t unpadded_length = data->image_len; in process_checksum() local890 uint32_t length = unpadded_length + 1; // Add a byte for the checksum in process_checksum()892 length = length - unpadded_length; in process_checksum()897 CHECK_ERR(bootloader_flash_read(data->start_addr + unpadded_length, buf, length, true)); in process_checksum()