Home
last modified time | relevance | path

Searched defs:crc_ccitt (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/util/
H A Dcrc-ccitt.c105 uint16_t crc_ccitt(uint16_t crc, uint8_t const *buffer, size_t len) in crc_ccitt() function
/openbmc/linux/lib/
H A Dcrc-ccitt.c99 u16 crc_ccitt(u16 crc, u8 const *buffer, size_t len) in crc_ccitt() function