Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dnanopacket.cpp197 uint32_t computed_crc = Crc32(packet_buffer_.data(), crc_length); in ValidateCrc() local
199 if (computed_crc != crc_) { in ValidateCrc()