Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_crc.c51 crc_calc(const uint8_t *vec, in crc_calc() function
76 result = crc_calc(crc_vec, CRC_VEC_LEN, type); in test_crc_calc()
86 result = crc_calc(test_data, CRC32_VEC_LEN1, type); in test_crc_calc()
96 result = crc_calc(test_data, CRC32_VEC_LEN2, type); in test_crc_calc()
104 result = crc_calc(crc_vec, CRC_VEC_LEN, type); in test_crc_calc()
110 result = crc_calc(crc16_vec1, CRC16_VEC_LEN1, type); in test_crc_calc()
116 result = crc_calc(crc16_vec2, CRC16_VEC_LEN2, type); in test_crc_calc()