Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
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-v5.10/include/linux/
Dcrc-ccitt.h11 extern u16 crc_ccitt_false(u16 crc, const u8 *buffer, size_t len);
/Linux-v5.10/drivers/mfd/
Drave-sp.c254 const u16 calculated = crc_ccitt_false(0xffff, buf, size); in csum_ccitt()