Searched refs:xxh64_update (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | xxhash.h | 224 int xxh64_update(struct xxh64_state *state, const void *input, size_t length);
|
| /linux-6.15/crypto/ |
| H A D | xxhash_generic.c | 46 xxh64_update(&dctx->xxhstate, data, length); in xxhash64_update()
|
| /linux-6.15/lib/ |
| H A D | xxhash.c | 377 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.15/fs/bcachefs/ |
| H A D | checksum.c | 87 xxh64_update(&state->h64state, data, len); in bch2_checksum_update()
|
| /linux-6.15/lib/zstd/decompress/ |
| H A D | zstd_decompress.c | 990 xxh64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame() 1296 if (dctx->validateChecksum) xxh64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
|
| /linux-6.15/lib/zstd/compress/ |
| H A D | zstd_compress.c | 4522 xxh64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_frameChunk() 6876 xxh64_update(&cctx->xxhState, src, srcSize); in ZSTD_compressSequences()
|