Home
last modified time | relevance | path

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

/linux/lib/
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);
/linux/include/linux/
A Dcrc-ccitt.h11 extern u16 crc_ccitt_false(u16 crc, const u8 *buffer, size_t len);
/linux/include/linux/surface_aggregator/
A Dserial_hub.h193 return crc_ccitt_false(0xffff, buf, len); in ssh_crc()
/linux/drivers/mfd/
A Drave-sp.c254 const u16 calculated = crc_ccitt_false(0xffff, buf, size); in csum_ccitt()
/linux/Documentation/driver-api/surface_aggregator/
A Dssh.rst41 All CRCs used in the following are two-byte ``crc_ccitt_false(0xffff, ...)``.

Completed in 11 milliseconds