Home
last modified time | relevance | path

Searched refs:crc16 (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/libkern/libkern/
H A Dcrc.h37 uint16_t crc16(uint16_t crc, const void *bufp, size_t len);
/xnu-8020.140.41/bsd/libkern/
H A Dlibkern.h186 uint16_t crc16(uint16_t crc, const void *bufp, size_t len);
196 return crc16(crc, bufp, len); in __nosan_crc16()
H A Dcrc16.c68 crc16(uint16_t crc, const void *buf, size_t size) in crc16() function
/xnu-8020.140.41/bsd/conf/
H A Dfiles165 bsd/libkern/crc16.c standard