Searched refs:xxh64_reset (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | xxhash.h | 207 * 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 D | xxhash.h | 207 * 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 D | xxhash_generic.c | 36 xxh64_reset(&dctx->xxhstate, tctx->seed); in xxhash64_init()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | xxhash_generic.c | 36 xxh64_reset(&dctx->xxhstate, tctx->seed); in xxhash64_init()
|
/kernel/linux/linux-5.10/lib/ |
H A D | xxhash.c | 256 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 D | xxhash.c | 256 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 D | zstd_decompress.c | 61 #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 D | compress.c | 234 xxh64_reset(&cctx->xxhState, 0); in ZSTD_continueCCtx() 280 xxh64_reset(&zc->xxhState, 0); in ZSTD_resetCCtx_advanced()
|
H A D | decompress.c | 382 xxh64_reset(&dctx->xxhState, 0); in ZSTD_decodeFrameHeader()
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_compress.c | 1850 xxh64_reset(&zc->xxhState, 0); in ZSTD_resetCCtx_internal()
|
Completed in 27 milliseconds