Home | History | Annotate | Download | only in crc

Lines Matching refs:test_type

29 struct test_type {
32 void (*fn)(struct test_type *, void *, size_t);
52 static void t_md5(struct test_type *t, void *buf, size_t size)
66 static void t_crc64(struct test_type *t, void *buf, size_t size)
74 static void t_crc32(struct test_type *t, void *buf, size_t size)
82 static void t_crc32c(struct test_type *t, void *buf, size_t size)
90 static void t_crc16(struct test_type *t, void *buf, size_t size)
98 static void t_crc7(struct test_type *t, void *buf, size_t size)
106 static void t_sha1(struct test_type *t, void *buf, size_t size)
120 static void t_sha256(struct test_type *t, void *buf, size_t size)
134 static void t_sha512(struct test_type *t, void *buf, size_t size)
146 static void t_murmur3(struct test_type *t, void *buf, size_t size)
154 static void t_jhash(struct test_type *t, void *buf, size_t size)
162 static void t_fnv(struct test_type *t, void *buf, size_t size)
170 static void t_xxhash(struct test_type *t, void *buf, size_t size)
183 static struct test_type t[] = {