Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dxxhash.h194 * xxh32_digest() - produce the current xxh32 hash
199 * inserting input into the hash state after a call to xxh32_digest(), and
200 * generate new hashes later on, by calling xxh32_digest() again.
204 uint32_t xxh32_digest(const struct xxh32_state *state);
/kernel/linux/linux-6.6/include/linux/
H A Dxxhash.h194 * xxh32_digest() - produce the current xxh32 hash
199 * inserting input into the hash state after a call to xxh32_digest(), and
200 * generate new hashes later on, by calling xxh32_digest() again.
204 uint32_t xxh32_digest(const struct xxh32_state *state);
/kernel/linux/linux-5.10/lib/
H A Dxxhash.c339 uint32_t xxh32_digest(const struct xxh32_state *state) in xxh32_digest() function
375 EXPORT_SYMBOL(xxh32_digest); variable
/kernel/linux/linux-6.6/lib/
H A Dxxhash.c339 uint32_t xxh32_digest(const struct xxh32_state *state) in xxh32_digest() function
375 EXPORT_SYMBOL(xxh32_digest); variable

Completed in 3 milliseconds