Searched refs:tst_crc32c (Results 1 – 6 of 6) sorted by relevance
14 uint32_t tst_crc32c(uint8_t *buf, size_t buf_len);
73 uint32_t tst_crc32c(uint8_t *buf, size_t buf_len) in tst_crc32c() function
125 uint32_t csum = tst_crc32c(packet + ip6_hdr_len, pkt_len - ip6_hdr_len); in setup_client()
112 lib/ext2fs/tst_crc32c
516 tst_crc32c: $(srcdir)/crc32c.c $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBCOM_ERR)517 $(Q) $(CC) $(ALL_LDFLAGS) $(ALL_CFLAGS) -o tst_crc32c $(srcdir)/crc32c.c \527 tst_super_size tst_types tst_inode_size tst_csum tst_crc32c tst_bitmaps \540 $(TESTENV) ./tst_crc32c589 crc32c_table.h gen_crc32ctable tst_crc32c tst_libext2fs \
1458 test should include "tst_checksum.h" header, then can call tst_crc32c().