Home
last modified time | relevance | path

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

/external/ltp/include/
Dtst_checksum.h14 uint32_t tst_crc32c(uint8_t *buf, size_t buf_len);
/external/ltp/lib/
Dtst_checksum.c73 uint32_t tst_crc32c(uint8_t *buf, size_t buf_len) in tst_crc32c() function
/external/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()
/external/e2fsprogs/
D.gitignore112 lib/ext2fs/tst_crc32c
/external/e2fsprogs/lib/ext2fs/
DMakefile.in516 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_crc32c
589 crc32c_table.h gen_crc32ctable tst_crc32c tst_libext2fs \
/external/ltp/doc/
Dtest-writing-guidelines.txt1458 test should include "tst_checksum.h" header, then can call tst_crc32c().