Searched refs:OTA_BUF_VERIFY (Results 1 – 1 of 1) sorted by relevance
10 #define OTA_BUF_VERIFY 512 macro134 rd_buf = ota_malloc(OTA_BUF_VERIFY); in ota_check_image_hash()146 …(image_len - offset >= OTA_BUF_VERIFY) ? (read_size = OTA_BUF_VERIFY) : (read_size = image_len - o… in ota_check_image_hash()
Completed in 2 milliseconds