Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dtrxhdr.h54 uint32 crc32; /* 32-bit CRC from flag_version to end of file */ member
/hardware/ti/am57x/bootctrl/
Dboot_control.cc54 return crc32(0, (const uint8_t*)boot_ctrl, in GetBootloaderControlCRC()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1534 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32()