Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dcrc-ccitt.c116 u16 crc_ccitt_false(u16 crc, u8 const *buffer, size_t len) in crc_ccitt_false() function
122 EXPORT_SYMBOL(crc_ccitt_false);
/Linux-v4.19/include/linux/
Dcrc-ccitt.h11 extern u16 crc_ccitt_false(u16 crc, const u8 *buffer, size_t len);
/Linux-v4.19/drivers/mfd/
Drave-sp.c254 const u16 calculated = crc_ccitt_false(0xffff, buf, size); in csum_ccitt()