Home
last modified time | relevance | path

Searched refs:xxh64_reset (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dxxhash.h212 void xxh64_reset(struct xxh64_state *state, uint64_t seed);
/linux/crypto/
H A Dxxhash_generic.c36 xxh64_reset(&dctx->xxhstate, tctx->seed); in xxhash64_init()
/linux/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);
/linux/fs/bcachefs/
H A Dchecksum.c53 xxh64_reset(&state->h64state, 0); in bch2_checksum_init()
/linux/lib/zstd/decompress/
H A Dzstd_decompress.c666 if (dctx->validateChecksum) xxh64_reset(&dctx->xxhState, 0); in ZSTD_decodeFrameHeader()
/linux/lib/zstd/compress/
H A Dzstd_compress.c1850 xxh64_reset(&zc->xxhState, 0); in ZSTD_resetCCtx_internal()