Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/hal/
A Dota_hal_os.h40 } ota_crc16_ctx; typedef
41 void ota_crc16_init(ota_crc16_ctx *ctx);
42 void ota_crc16_update(ota_crc16_ctx *ctx, const void *inSrc, unsigned int inLen);
43 void ota_crc16_final(ota_crc16_ctx *ctx, unsigned short *outResult);
A Dota_hal_os.c164 void ota_crc16_init(ota_crc16_ctx *inCtx) in ota_crc16_init()
169 void ota_crc16_update(ota_crc16_ctx *inCtx, const void *inSrc, unsigned int inLen) in ota_crc16_update()
178 void ota_crc16_final(ota_crc16_ctx *inCtx, unsigned short *outResult) in ota_crc16_final()
187 ota_crc16_ctx ctx; in ota_get_data_crc16()
A Dota_hal_plat.c15 static ota_crc16_ctx ctx = {0};
A Dota_hal_vfs_plat.c24 static ota_crc16_ctx ctx = {0};
/AliOS-Things-master/components/ota/ota_agent/verify/
A Dota_verify_hash.c110 ota_crc16_ctx crc_ctx = {0}; in ota_check_image_hash()
/AliOS-Things-master/components/ota/tools/xz/src/
A Dxz_export.c16 ota_crc16_ctx contex; in xz_check_file_crc()

Completed in 6 milliseconds