Home
last modified time | relevance | path

Searched defs:crc_value (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/tests/lib/
H A Dcrc_byte-test.c34 uint8_t crc_value = 0u; in test_crc7_byte_zeros() local
49 uint8_t crc_value = 0u; in test_crc7_byte_same_byte_twice_different_value() local
99 uint8_t crc_value = CRC(test_data_bytes, test_data_bytes_sz, crc7_byte); in test_crc7_byte_static_data() local
110 uint16_t crc_value = 0u; in test_crc16_byte_zeros() local
125 uint16_t crc_value = 0u; in test_crc16_same_data_twice_different_value() local
175 uint16_t crc_value = CRC(test_data_bytes, test_data_bytes_sz, crc16_byte); in test_crc16_byte_static_data() local
187 uint32_t crc_value = 0u; in test_crc32_byte_zeros() local
202 uint32_t crc_value = 0u; in test_crc32_same_data_twice_different_value() local
252 uint32_t crc_value = CRC(test_data_bytes, test_data_bytes_sz, crc32_byte); in test_crc32_byte_static_data() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/juno/
Djuno_trng.c49 static uint32_t crc_value = ~0U; variable
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/juno/
H A Djuno_trng.c49 static uint32_t crc_value = ~0U; variable