Searched refs:crc_ccitt_false (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/lib/ |
H A D | crc-ccitt.c | 114 u16 crc_ccitt_false(u16 crc, u8 const *buffer, size_t len) in crc_ccitt_false() function 120 EXPORT_SYMBOL(crc_ccitt_false);
|
/openbmc/qemu/util/ |
H A D | crc-ccitt.c | 121 uint16_t crc_ccitt_false(uint16_t crc, uint8_t const *buffer, size_t len) in crc_ccitt_false() function
|
/openbmc/linux/include/linux/ |
H A D | crc-ccitt.h | 11 extern u16 crc_ccitt_false(u16 crc, const u8 *buffer, size_t len);
|
/openbmc/qemu/include/qemu/ |
H A D | crc-ccitt.h | 21 uint16_t crc_ccitt_false(uint16_t crc, const uint8_t *buffer, size_t len);
|
/openbmc/linux/include/linux/surface_aggregator/ |
H A D | serial_hub.h | 191 return crc_ccitt_false(0xffff, buf, len); in ssh_crc()
|
/openbmc/qemu/hw/sd/ |
H A D | ssi-sd.c | 281 s->crc16 = crc_ccitt_false(s->crc16, (uint8_t *)&val, 1); in OBJECT_DECLARE_SIMPLE_TYPE()
|
/openbmc/linux/drivers/mfd/ |
H A D | rave-sp.c | 254 const u16 calculated = crc_ccitt_false(0xffff, buf, size); in csum_ccitt()
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/ |
H A D | ssh.rst | 42 All CRCs used in the following are two-byte ``crc_ccitt_false(0xffff, ...)``.
|