crc32_calc
static int crc32_calc(uchar_t *, uchar_t *, uint_t);
static hash_info_t crc32_hash = {CRC32_HASHSIZE, CONFOUNDER_LEN, crc32_calc};