Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dxxhash.h78 uint64_t xxh64(const void *input, size_t length, uint64_t seed);
97 return xxh64(input, length, seed); in xxhash()
/u-boot/fs/btrfs/crypto/
A Dhash.c36 hash = xxh64(buf, length, 0); in hash_xxhash()
/u-boot/lib/
A Dxxhash.c142 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64() function
207 EXPORT_SYMBOL(xxh64);

Completed in 4 milliseconds