Searched refs:xxh64_update (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
A D | xxhash.h | 224 int xxh64_update(struct xxh64_state *state, const void *input, size_t length);
|
/linux/crypto/ |
A D | xxhash_generic.c | 46 xxh64_update(&dctx->xxhstate, data, length); in xxhash64_update()
|
/linux/lib/ |
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/lib/zstd/decompress/ |
A D | zstd_decompress.c | 842 xxh64_update(&dctx->xxhState, op, decodedSize); in ZSTD_decompressFrame() 1141 if (dctx->validateChecksum) xxh64_update(&dctx->xxhState, dst, rSize); in ZSTD_decompressContinue()
|
/linux/lib/zstd/compress/ |
A D | zstd_compress.c | 2803 xxh64_update(&cctx->xxhState, src, srcSize); in ZSTD_compress_frameChunk() 4813 xxh64_update(&cctx->xxhState, src, srcSize); in ZSTD_compressSequences()
|
/linux/ |
A D | vmlinux.symvers | 11623 0x00000000 xxh64_update vmlinux EXPORT_SYMBOL
|
A D | System.map | 16841 ffff8000104a4944 T xxh64_update
|
A D | .tmp_System.map | 16841 ffff8000104a4944 T xxh64_update
|
Completed in 330 milliseconds