Searched refs:siphash_4u64 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | siphash.h | 36 u64 siphash_4u64(const u64 a, const u64 b, const u64 c, const u64 d, 68 return siphash_4u64(le64_to_cpu(data[0]), le64_to_cpu(data[1]), in ___siphash_aligned()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | siphash.h | 37 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()
|
/kernel/linux/linux-5.10/lib/ |
H A D | siphash.c | 177 * siphash_4u64 - compute 64-bit siphash PRF value of 4 u64 184 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() function 206 EXPORT_SYMBOL(siphash_4u64); variable
|
H A D | test_siphash.c | 160 if (siphash_4u64(0x0706050403020100ULL, 0x0f0e0d0c0b0a0908ULL, in siphash_test_init()
|
/kernel/linux/linux-6.6/lib/ |
H A D | siphash.c | 176 * siphash_4u64 - compute 64-bit siphash PRF value of 4 u64 183 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() function 205 EXPORT_SYMBOL(siphash_4u64); variable
|
H A D | siphash_kunit.c | 149 chk(siphash_4u64(0x0706050403020100ULL, 0x0f0e0d0c0b0a0908ULL, in siphash_test()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_core.c | 476 return siphash_4u64((u64)a, (u64)b, (u64)c, (u64)d, &ct_id_seed); in nf_ct_get_id()
|
H A D | nf_conntrack_netlink.c | 2988 return (__force __be32)siphash_4u64((u64)a, (u64)b, (u64)c, (u64)d, &exp_id_seed); in nf_expect_get_id()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_core.c | 501 return siphash_4u64((u64)a, (u64)b, (u64)c, (u64)d, &ct_id_seed); in nf_ct_get_id()
|
H A D | nf_conntrack_netlink.c | 2992 return (__force __be32)siphash_4u64((u64)a, (u64)b, (u64)c, (u64)d, &exp_id_seed); in nf_expect_get_id()
|
Completed in 18 milliseconds