Home
last modified time | relevance | path

Searched refs:crc16_update (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ota/2ndboot/updater/include/
A Dlibc.h66 void crc16_update(CRC16_CTX *inContext, const void *inSrc, long inLen);
/AliOS-Things-master/components/ota/2ndboot/updater/
A Dlibc.c388 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 Dnbpatch.c236 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 Dxzupdater.c23 crc16_update(&contex, data_buf, read_size); in ota_image_check()

Completed in 5 milliseconds