Searched refs:crc_calc (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_crc.c | 52 crc_calc(const uint8_t *vec, in crc_calc() function 77 result = crc_calc(crc_vec, CRC_VEC_LEN, type); in test_crc_calc() 87 result = crc_calc(test_data, CRC32_VEC_LEN1, type); in test_crc_calc() 97 result = crc_calc(test_data, CRC32_VEC_LEN2, type); in test_crc_calc() 105 result = crc_calc(crc_vec, CRC_VEC_LEN, type); in test_crc_calc() 111 result = crc_calc(crc16_vec1, CRC16_VEC_LEN1, type); in test_crc_calc() 117 result = crc_calc(crc16_vec2, CRC16_VEC_LEN2, type); in test_crc_calc()
|