Home
last modified time | relevance | path

Searched refs:OTA_BUF_VERIFY (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/ota/ota_agent/verify/
A Dota_verify_hash.c10 #define OTA_BUF_VERIFY 512 macro
134 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