Searched refs:crc_algo (Results 1 – 1 of 1) sorted by relevance
62 ChecksumCrc16 crc_algo; in TEST() local63 crc_algo.Update(std::as_bytes(std::span(kString))); in TEST()64 crc_algo.Reset(); in TEST()66 std::span state = crc_algo.Finish(); in TEST()