Searched refs:update_crc16 (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/release/auto_build_tool/ |
A D | ota_gen_md5_bin.py | 7 def update_crc16(crcin, byte): function 29 crc = update_crc16(crc, data[i]) 30 crc = update_crc16(crc, 0) 31 crc = update_crc16(crc, 0)
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/auto_build_tool/ |
A D | ota_gen_md5_bin.py | 7 def update_crc16(crcin, byte): function 29 crc = update_crc16(crc, data[i]) 30 crc = update_crc16(crc, 0) 31 crc = update_crc16(crc, 0)
|
/AliOS-Things-master/components/ota/hal/ |
A D | ota_hal_os.c | 146 static unsigned short update_crc16(unsigned short crcIn, unsigned char byte) in update_crc16() function 174 inCtx->crc = update_crc16(inCtx->crc, *src++); in ota_crc16_update() 180 inCtx->crc = update_crc16(inCtx->crc, 0); in ota_crc16_final() 181 inCtx->crc = update_crc16(inCtx->crc, 0); in ota_crc16_final()
|
Completed in 4 milliseconds