Searched refs:siphash_3u64 (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dsiphash.h35 u64 siphash_3u64(const u64 a, const u64 b, const u64 c,
66 return siphash_3u64(le64_to_cpu(data[0]), le64_to_cpu(data[1]),
/linux-master/lib/
H A Dsiphash.c149 * siphash_3u64 - compute 64-bit siphash PRF value of 3 u64
155 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, function
173 EXPORT_SYMBOL(siphash_3u64); variable
H A Dsiphash_kunit.c145 chk(siphash_3u64(0x0706050403020100ULL, 0x0f0e0d0c0b0a0908ULL,

Completed in 152 milliseconds