Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/tests/lib/
H A Dcrc_byte-test.c28 static const uint8_t test_data_crc7_checksum = 0x30; variable
101 assert_int_equal(test_data_crc7_checksum, crc_value); in test_crc7_byte_static_data()
105 assert_int_equal(0, crc7_byte(crc_value, test_data_crc7_checksum)); in test_crc7_byte_static_data()