Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dxxhash.h160 struct xxh64_state { struct
212 void xxh64_reset(struct xxh64_state *state, uint64_t seed);
224 int xxh64_update(struct xxh64_state *state, const void *input, size_t length);
237 uint64_t xxh64_digest(const struct xxh64_state *state);
257 void xxh64_copy_state(struct xxh64_state *dst, const struct xxh64_state *src);
/linux-6.1.9/lib/
Dxxhash.c85 void xxh64_copy_state(struct xxh64_state *dst, const struct xxh64_state *src) in xxh64_copy_state()
256 void xxh64_reset(struct xxh64_state *statePtr, const uint64_t seed) in xxh64_reset()
259 struct xxh64_state state; in xxh64_reset()
377 int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) in xxh64_update()
444 uint64_t xxh64_digest(const struct xxh64_state *state) in xxh64_digest()
/linux-6.1.9/crypto/
Dxxhash_generic.c17 struct xxh64_state xxhstate;
/linux-6.1.9/lib/zstd/decompress/
Dzstd_decompress_internal.h129 struct xxh64_state xxhState;
/linux-6.1.9/lib/zstd/compress/
Dzstd_compress_internal.h283 struct xxh64_state xxhState;