Searched refs:xxh32_state (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | xxhash.h | 144 * struct xxh32_state - private xxh32 state, do not use members directly 146 struct xxh32_state { struct 158 * struct xxh32_state - private xxh64 state, do not use members directly 176 * Call this function on any xxh32_state to prepare for a new hashing operation. 178 void xxh32_reset(struct xxh32_state *state, uint32_t seed); 191 int xxh32_update(struct xxh32_state *state, const void *input, size_t length); 204 uint32_t xxh32_digest(const struct xxh32_state *state); 249 void xxh32_copy_state(struct xxh32_state *dst, const struct xxh32_state *src);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | xxhash.h | 144 * struct xxh32_state - private xxh32 state, do not use members directly 146 struct xxh32_state { struct 158 * struct xxh32_state - private xxh64 state, do not use members directly 176 * Call this function on any xxh32_state to prepare for a new hashing operation. 178 void xxh32_reset(struct xxh32_state *state, uint32_t seed); 191 int xxh32_update(struct xxh32_state *state, const void *input, size_t length); 204 uint32_t xxh32_digest(const struct xxh32_state *state); 249 void xxh32_copy_state(struct xxh32_state *dst, const struct xxh32_state *src);
|
/kernel/linux/linux-5.10/lib/ |
H A D | xxhash.c | 79 void xxh32_copy_state(struct xxh32_state *dst, const struct xxh32_state *src) in xxh32_copy_state() 242 void xxh32_reset(struct xxh32_state *statePtr, const uint32_t seed) in xxh32_reset() 245 struct xxh32_state state; in xxh32_reset() 270 int xxh32_update(struct xxh32_state *state, const void *input, const size_t len) in xxh32_update() 339 uint32_t xxh32_digest(const struct xxh32_state *state) in xxh32_digest()
|
/kernel/linux/linux-6.6/lib/ |
H A D | xxhash.c | 79 void xxh32_copy_state(struct xxh32_state *dst, const struct xxh32_state *src) in xxh32_copy_state() 242 void xxh32_reset(struct xxh32_state *statePtr, const uint32_t seed) in xxh32_reset() 245 struct xxh32_state state; in xxh32_reset() 270 int xxh32_update(struct xxh32_state *state, const void *input, const size_t len) in xxh32_update() 339 uint32_t xxh32_digest(const struct xxh32_state *state) in xxh32_digest()
|
Completed in 5 milliseconds