Home
last modified time | relevance | path

Searched refs:siphash_4u64 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/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]), in ___siphash_aligned()
/openbmc/linux/lib/
H A Dsiphash_kunit.c149 chk(siphash_4u64(0x0706050403020100ULL, 0x0f0e0d0c0b0a0908ULL, in siphash_test()
H A Dsiphash.c183 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() function
205 EXPORT_SYMBOL(siphash_4u64);
/openbmc/linux/Documentation/security/
H A Dsiphash.rst42 u64 siphash_4u64(u64, u64, u64, u64, const siphash_key_t *key);
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_core.c501 return siphash_4u64((u64)a, (u64)b, (u64)c, (u64)d, &ct_id_seed); in nf_ct_get_id()
H A Dnf_conntrack_netlink.c2989 return (__force __be32)siphash_4u64((u64)a, (u64)b, (u64)c, (u64)d, &exp_id_seed); in nf_expect_get_id()