Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/hal/
A Dota_hal_os.h43 void ota_crc16_final(ota_crc16_ctx *ctx, unsigned short *outResult);
A Dota_hal_os.c178 void ota_crc16_final(ota_crc16_ctx *inCtx, unsigned short *outResult) in ota_crc16_final() function
192 ota_crc16_final(&ctx, &crc16); in ota_get_data_crc16()
A Dota_hal_plat.c152 ota_crc16_final(&ctx, outResult); in ota_hal_image_crc16()
A Dota_hal_vfs_plat.c241 ota_crc16_final(&ctx, outResult); in ota_hal_image_crc16()
/AliOS-Things-master/components/ota/ota_agent/verify/
A Dota_verify_hash.c161 ota_crc16_final(&crc_ctx, &crc_result); in ota_check_image_hash()
/AliOS-Things-master/components/ota/tools/xz/src/
A Dxz_export.c34 ota_crc16_final(&contex, &cal_crc); in xz_check_file_crc()

Completed in 6 milliseconds