HomeSort by relevance Sort by last modified time
    Searched refs:hndcrc8 (Results 1 - 3 of 3) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 573 extern uint8 hndcrc8(uint8 *p, uint nbytes, uint8 crc);
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu.c 1240 hndcrc8((uint8*)bufp, bytes, CRC8_INIT_VALUE) != CRC8_GOOD_VALUE) {
1243 ~hndcrc8((uint8*)bufp, bytes - 1, CRC8_INIT_VALUE) & 0xff);
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 1125 hndcrc8( function
    [all...]

Completed in 55 milliseconds