Home
last modified time | relevance | path

Searched refs:xxh64_reset (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dxxhash.h207 * xxh64_reset() - reset the xxh64 state to start a new hashing operation
212 void xxh64_reset(struct xxh64_state *state, uint64_t seed);
220 * After calling xxh64_reset() call xxh64_update() as many times as necessary.
/kernel/linux/linux-6.6/include/linux/
H A Dxxhash.h207 * xxh64_reset() - reset the xxh64 state to start a new hashing operation
212 void xxh64_reset(struct xxh64_state *state, uint64_t seed);
220 * After calling xxh64_reset() call xxh64_update() as many times as necessary.
/kernel/linux/linux-5.10/crypto/
H A Dxxhash_generic.c36 xxh64_reset(&dctx->xxhstate, tctx->seed); in xxhash64_init()
/kernel/linux/linux-6.6/crypto/
H A Dxxhash_generic.c36 xxh64_reset(&dctx->xxhstate, tctx->seed); in xxhash64_init()
/kernel/linux/linux-5.10/lib/
H A Dxxhash.c256 void xxh64_reset(struct xxh64_state *statePtr, const uint64_t seed) in xxh64_reset() function
268 EXPORT_SYMBOL(xxh64_reset); variable
/kernel/linux/linux-6.6/lib/
H A Dxxhash.c256 void xxh64_reset(struct xxh64_state *statePtr, const uint64_t seed) in xxh64_reset() function
268 EXPORT_SYMBOL(xxh64_reset); variable
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c61 #include <linux/xxhash.h> /* xxh64_reset, xxh64_update, xxh64_digest, XXH64 */
666 if (dctx->validateChecksum) xxh64_reset(&dctx->xxhState, 0); in ZSTD_decodeFrameHeader()
/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c234 xxh64_reset(&cctx->xxhState, 0); in ZSTD_continueCCtx()
280 xxh64_reset(&zc->xxhState, 0); in ZSTD_resetCCtx_advanced()
H A Ddecompress.c382 xxh64_reset(&dctx->xxhState, 0); in ZSTD_decodeFrameHeader()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress.c1850 xxh64_reset(&zc->xxhState, 0); in ZSTD_resetCCtx_internal()

Completed in 27 milliseconds