Searched refs:crc16_update (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ota/2ndboot/updater/include/ |
A D | libc.h | 66 void crc16_update(CRC16_CTX *inContext, const void *inSrc, long inLen);
|
/AliOS-Things-master/components/ota/2ndboot/updater/ |
A D | libc.c | 388 void crc16_update(CRC16_CTX *inContext, const void *inSrc, long inLen) in crc16_update() function 409 crc16_update(&crc_ctx, buf, len); in crc16_computer()
|
A D | nbpatch.c | 236 crc16_update(&crc_ctx, new_buf + new_pos, ctrl[0]); in ota_nbpatch() 251 crc16_update(&crc_ctx, new_buf + new_pos, ctrl[1]); in ota_nbpatch()
|
A D | xzupdater.c | 23 crc16_update(&contex, data_buf, read_size); in ota_image_check()
|
Completed in 5 milliseconds