Searched refs:ota_crc16_final (Results 1 – 6 of 6) sorted by relevance
43 void ota_crc16_final(ota_crc16_ctx *ctx, unsigned short *outResult);
178 void ota_crc16_final(ota_crc16_ctx *inCtx, unsigned short *outResult) in ota_crc16_final() function192 ota_crc16_final(&ctx, &crc16); in ota_get_data_crc16()
152 ota_crc16_final(&ctx, outResult); in ota_hal_image_crc16()
241 ota_crc16_final(&ctx, outResult); in ota_hal_image_crc16()
161 ota_crc16_final(&crc_ctx, &crc_result); in ota_check_image_hash()
34 ota_crc16_final(&contex, &cal_crc); in xz_check_file_crc()
Completed in 6 milliseconds