Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds