Searched refs:crc_type (Results 1 – 2 of 2) sorted by relevance
58 enum crc_type { enum388 static inline uint32_t crc_by_type(enum crc_type type, const uint8_t *src, size_t len, in crc_by_type()
79 enum crc_type type = CRC32_IEEE; in cmd_crc()