Home
last modified time | relevance | path

Searched refs:xxh64_digest (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dxxhash.h227 * xxh64_digest() - produce the current xxh64 hash
232 * inserting input into the hash state after a call to xxh64_digest(), and
233 * generate new hashes later on, by calling xxh64_digest() again.
237 uint64_t xxh64_digest(const struct xxh64_state *state);
/kernel/linux/linux-6.6/include/linux/
H A Dxxhash.h227 * xxh64_digest() - produce the current xxh64 hash
232 * inserting input into the hash state after a call to xxh64_digest(), and
233 * generate new hashes later on, by calling xxh64_digest() again.
237 uint64_t xxh64_digest(const struct xxh64_state *state);
/kernel/linux/linux-5.10/crypto/
H A Dxxhash_generic.c55 put_unaligned_le64(xxh64_digest(&dctx->xxhstate), out); in xxhash64_final()
/kernel/linux/linux-6.6/crypto/
H A Dxxhash_generic.c55 put_unaligned_le64(xxh64_digest(&dctx->xxhstate), out); in xxhash64_final()
/kernel/linux/linux-5.10/lib/
H A Dxxhash.c444 uint64_t xxh64_digest(const struct xxh64_state *state) in xxh64_digest() function
497 EXPORT_SYMBOL(xxh64_digest); variable
/kernel/linux/linux-6.6/lib/
H A Dxxhash.c444 uint64_t xxh64_digest(const struct xxh64_state *state) in xxh64_digest() function
497 EXPORT_SYMBOL(xxh64_digest); variable
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c61 #include <linux/xxhash.h> /* xxh64_reset, xxh64_update, xxh64_digest, XXH64 */
923 U32 const checkCalc = (U32)xxh64_digest(&dctx->xxhState); in ZSTD_decompressFrame()
1239 U32 const h32 = (U32)xxh64_digest(&dctx->xxhState); in ZSTD_decompressContinue()
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c1623 U32 const checkCalc = (U32)xxh64_digest(&dctx->xxhState); in ZSTD_decompressFrame()
1838 U32 const h32 = (U32)xxh64_digest(&dctx->xxhState); in ZSTD_decompressContinue()
H A Dcompress.c2795 U32 const checksum = (U32)xxh64_digest(&cctx->xxhState); in ZSTD_writeEpilogue()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress.c4523 U32 const checksum = (U32) xxh64_digest(&cctx->xxhState); in ZSTD_writeEpilogue()
5945 U32 const checksum = (U32) xxh64_digest(&cctx->xxhState); in ZSTD_compressSequences()

Completed in 28 milliseconds