Home
last modified time | relevance | path

Searched refs:xxh64_update (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/include/linux/
Dxxhash.h224 int xxh64_update(struct xxh64_state *state, const void *input, size_t length);
/linux-6.6.21/crypto/
Dxxhash_generic.c46 xxh64_update(&dctx->xxhstate, data, length); in xxhash64_update()
/linux-6.6.21/lib/
Dxxhash.c377 int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) in xxh64_update() function
442 EXPORT_SYMBOL(xxh64_update);
/linux-6.6.21/lib/zstd/decompress/
Dzstd_decompress.c907 xxh64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame()
1206 if (dctx->validateChecksum) xxh64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
/linux-6.6.21/lib/zstd/compress/
Dzstd_compress.c3857 xxh64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_frameChunk()
5933 xxh64_update(&cctx->xxhState, src, srcSize); in ZSTD_compressSequences()