Home
last modified time | relevance | path

Searched refs:xxh32_state (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Dxxhash.h146 struct xxh32_state { struct
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);
/Linux-v5.4/lib/
Dxxhash.c79 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()