Searched refs:crom_crc (Results 1 – 3 of 3) sorted by relevance
224 crom_crc(uint32_t *ptr, int len) in crom_crc() function321 crc = crom_crc((uint32_t *)&dir->entry[0], dir->crc_len); in crom_desc()516 crom_crc(&chunk->data.buf[0], chunk->data.crc_len); in crom_load()525 hdr->crc = crom_crc(&buf[1], hdr->crc_len); in crom_load()
217 uint16_t crom_crc(uint32_t *r, int);
448 crc = crom_crc(crom_buf+1, hdr->crc_len); in show_crom()463 crc = crom_crc((u_int32_t *)&dir->entry[0], dir->crc_len); in show_crom()