Home
last modified time | relevance | path

Searched defs:crc (Results 1 – 7 of 7) sorted by relevance

/hardware/nxp/nfc/pn8x/halimpl/utils/
Dsparse_crc32.cc102 uint32_t crc; in sparse_crc32() local
/hardware/nxp/nfc/snxxx/halimpl/utils/
Dsparse_crc32.cc102 uint32_t crc; in sparse_crc32() local
/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Dchecksum.c44 crc_ccitt(uint16_t crc, const void *s, size_t n) in crc_ccitt()
Diso7816_t1.c122 uint16_t crc = crc_ccitt(0xFFFF, buf, n); in do_chk() local
143 uint16_t crc = crc_ccitt(0xFFFF, buf, n); in chk_is_good() local
/hardware/interfaces/automotive/can/1.0/default/libnl++/
Dcommon.cpp42 uint16_t crc16(const Buffer<uint8_t> data, uint16_t crc) { in crc16()
/hardware/interfaces/boot/1.1/default/boot_control/
Dlibboot_control.cpp56 uint32_t crc = i; in CRC32() local
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1345 uint8 crc /* either CRC8_INIT_VALUE or previous return value */ in hndcrc8()
1418 uint16 crc /* either CRC16_INIT_VALUE or previous return value */ in hndcrc16()
1498 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc) in hndcrc32()