Home
last modified time | relevance | path

Searched refs:crc_ccitt_false_byte (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/util/
H A Dcrc-ccitt.c124 crc = crc_ccitt_false_byte(crc, *buffer++); in crc_ccitt_false()
/openbmc/linux/lib/
H A Dcrc-ccitt.c117 crc = crc_ccitt_false_byte(crc, *buffer++); in crc_ccitt_false()
/openbmc/linux/include/linux/
H A Dcrc-ccitt.h18 static inline u16 crc_ccitt_false_byte(u16 crc, const u8 c) in crc_ccitt_false_byte() function
/openbmc/qemu/include/qemu/
H A Dcrc-ccitt.h28 static inline uint16_t crc_ccitt_false_byte(uint16_t crc, const uint8_t c) in crc_ccitt_false_byte() function