Searched refs:ota_crc16_ctx (Results 1 – 6 of 6) sorted by relevance
40 } ota_crc16_ctx; typedef41 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);
164 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()
15 static ota_crc16_ctx ctx = {0};
24 static ota_crc16_ctx ctx = {0};
110 ota_crc16_ctx crc_ctx = {0}; in ota_check_image_hash()
16 ota_crc16_ctx contex; in xz_check_file_crc()
Completed in 6 milliseconds