Home
last modified time | relevance | path

Searched refs:xxh64 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dxxhash.h108 uint64_t xxh64(const void *input, size_t length, uint64_t seed);
127 return xxh64(input, length, seed); in xxhash()
/OK3568_Linux_fs/kernel/crypto/
H A Dxxhash_generic.c65 put_unaligned_le64(xxh64(data, length, tctx->seed), out); in xxhash64_digest()
/OK3568_Linux_fs/kernel/lib/
H A Dxxhash.c172 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64() function
237 EXPORT_SYMBOL(xxh64);