Searched refs:crc32_calc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c135 static int crc32_calc(uchar_t *, uchar_t *, uint_t);
140 static hash_info_t crc32_hash = {CRC32_HASHSIZE, CONFOUNDER_LEN, crc32_calc};
644 * crc32_calc
649 crc32_calc(uchar_t *buf, uchar_t *input, uint_t len) function

Completed in 62 milliseconds