Home
last modified time | relevance | path

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

/third_party/ltp/include/
Dtst_checksum.h14 uint32_t tst_crc32c(uint8_t *buf, size_t buf_len);
/third_party/ltp/lib/
Dtst_checksum.c73 uint32_t tst_crc32c(uint8_t *buf, size_t buf_len) in tst_crc32c() function
/third_party/ltp/testcases/network/sctp/
Dsctp_big_chunk.c125 uint32_t csum = tst_crc32c(packet + ip6_hdr_len, pkt_len - ip6_hdr_len); in setup_client()
/third_party/e2fsprogs/
D.gitignore102 lib/ext2fs/tst_crc32c
/third_party/ltp/doc/
Dc-test-api.txt1518 test should include 'tst_checksum.h' header, then can call 'tst_crc32c()'.