Searched refs:xxh64_state (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | xxhash.h | 160 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);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | xxhash.h | 160 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);
|
/kernel/linux/linux-5.10/lib/ |
H A D | xxhash.c | 85 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()
|
/kernel/linux/linux-6.6/lib/ |
H A D | xxhash.c | 85 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()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | xxhash_generic.c | 17 struct xxh64_state xxhstate;
|
/kernel/linux/linux-6.6/crypto/ |
H A D | xxhash_generic.c | 17 struct xxh64_state xxhstate;
|
/kernel/linux/linux-6.6/lib/zstd/decompress/ |
H A D | zstd_decompress_internal.h | 145 struct xxh64_state xxhState;
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_compress_internal.h | 373 struct xxh64_state xxhState;
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | decompress.c | 93 struct xxh64_state xxhState;
|
H A D | compress.c | 74 struct xxh64_state xxhState;
|
Completed in 17 milliseconds