Home
last modified time | relevance | path

Searched refs:xxh32_update (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dxxhash.h181 * xxh32_update() - hash the data given and update the xxh32 state
187 * After calling xxh32_reset() call xxh32_update() as many times as necessary.
191 int xxh32_update(struct xxh32_state *state, const void *input, size_t length);
/kernel/linux/linux-6.6/include/linux/
H A Dxxhash.h181 * xxh32_update() - hash the data given and update the xxh32 state
187 * After calling xxh32_reset() call xxh32_update() as many times as necessary.
191 int xxh32_update(struct xxh32_state *state, const void *input, size_t length);
/kernel/linux/linux-5.10/lib/
H A Dxxhash.c270 int xxh32_update(struct xxh32_state *state, const void *input, const size_t len) in xxh32_update() function
337 EXPORT_SYMBOL(xxh32_update); variable
/kernel/linux/linux-6.6/lib/
H A Dxxhash.c270 int xxh32_update(struct xxh32_state *state, const void *input, const size_t len) in xxh32_update() function
337 EXPORT_SYMBOL(xxh32_update); variable

Completed in 3 milliseconds