crc_add
void crc_add(struct crcstate *, const void *, size_t);
crc_add(&sf->crc, data, len);
crc_add(&crc, p->address, p->width);