Searched defs:inCtx (Results 1 – 1 of 1) sorted by relevance
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()
Completed in 3 milliseconds