Searched refs:siphash_4u64 (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dsiphash.h37 u64 siphash_4u64(const u64 a, const u64 b, const u64 c, const u64 d,
69 return siphash_4u64(le64_to_cpu(data[0]), le64_to_cpu(data[1]),
/linux-master/lib/
H A Dsiphash.c176 * siphash_4u64 - compute 64-bit siphash PRF value of 4 u64
183 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, function
205 EXPORT_SYMBOL(siphash_4u64); variable
H A Dsiphash_kunit.c149 chk(siphash_4u64(0x0706050403020100ULL, 0x0f0e0d0c0b0a0908ULL,
/linux-master/net/netfilter/
H A Dnf_conntrack_core.c501 return siphash_4u64((u64)a, (u64)b, (u64)c, (u64)d, &ct_id_seed);
H A Dnf_conntrack_netlink.c3001 return (__force __be32)siphash_4u64((u64)a, (u64)b, (u64)c, (u64)d, &exp_id_seed);

Completed in 187 milliseconds