Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcm4329/src/include/
Dbcmutils.h567 extern uint8 hndcrc8(uint8 *p, uint nbytes, uint8 crc);
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/
Ddhdu.c1186 hndcrc8((uint8*)bufp, bytes, CRC8_INIT_VALUE) != CRC8_GOOD_VALUE) { in dhd_sprom()
1189 ~hndcrc8((uint8*)bufp, bytes - 1, CRC8_INIT_VALUE) & 0xff); in dhd_sprom()
/hardware/broadcom/wlan/bcm4329/src/shared/
Dbcmutils.c1120 hndcrc8( in hndcrc8() function