Home
last modified time | relevance | path

Searched refs:crc_ccitt_false (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/lib/
H A Dcrc-ccitt.c114 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 Dcrc-ccitt.c121 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 Dcrc-ccitt.h11 extern u16 crc_ccitt_false(u16 crc, const u8 *buffer, size_t len);
/openbmc/qemu/include/qemu/
H A Dcrc-ccitt.h21 uint16_t crc_ccitt_false(uint16_t crc, const uint8_t *buffer, size_t len);
/openbmc/linux/include/linux/surface_aggregator/
H A Dserial_hub.h191 return crc_ccitt_false(0xffff, buf, len); in ssh_crc()
/openbmc/qemu/hw/sd/
H A Dssi-sd.c281 s->crc16 = crc_ccitt_false(s->crc16, (uint8_t *)&val, 1); in OBJECT_DECLARE_SIMPLE_TYPE()
/openbmc/linux/drivers/mfd/
H A Drave-sp.c254 const u16 calculated = crc_ccitt_false(0xffff, buf, size); in csum_ccitt()
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Dssh.rst42 All CRCs used in the following are two-byte ``crc_ccitt_false(0xffff, ...)``.