Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/tests/lib/
H A Dcrc_byte-test.c6 static const uint8_t test_data_bytes[] = { variable
27 static const size_t test_data_bytes_sz = ARRAY_SIZE(test_data_bytes);
99 uint8_t crc_value = CRC(test_data_bytes, test_data_bytes_sz, crc7_byte); in test_crc7_byte_static_data()
175 uint16_t crc_value = CRC(test_data_bytes, test_data_bytes_sz, crc16_byte); in test_crc16_byte_static_data()
252 uint32_t crc_value = CRC(test_data_bytes, test_data_bytes_sz, crc32_byte); in test_crc32_byte_static_data()