Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libnl++/
Dcommon.h60 uint16_t crc16(const Buffer<uint8_t> data, uint16_t crc = 0);
Dcommon.cpp42 uint16_t crc16(const Buffer<uint8_t> data, uint16_t crc) { in crc16() function
Dprinter.cpp113 ss << ", crc=" << std::hex << std::setw(4) << crc16(raw) << std::dec; in toStream()
187 ss << ", crc=" << std::hex << std::setw(4) << crc16(hdr.data<uint8_t>()) << std::dec; in toString()
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/families/
DNl80211.cpp949 ss << "crc=" << std::hex << std::setw(4) << crc16(alldata) << std::dec << ", "; in informationElementsToStream()
991 ss << std::hex << std::setw(4) << crc16(data) << std::dec; in informationElementsToStream()