Home
last modified time | relevance | path

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

/trusted-services/components/common/crc32/test/
A Dcrc32_test.cpp23 const unsigned char test_input[] = "Hello"; in TEST() local
27 uint32_t result = crc32(input_crc, test_input, sizeof(test_input) - 1); in TEST()
34 const unsigned char test_input[] = in TEST() local
39 uint32_t result = crc32(input_crc, test_input, sizeof(test_input) - 1); in TEST()

Completed in 6 milliseconds