Searched refs:siphash_4u32 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/lib/ |
H A D | siphash_kunit.c | 164 chk(siphash_4u32(0x03020100U, 0x07060504U, in siphash_test()
|
/openbmc/linux/net/core/ |
H A D | secure_seq.c | 152 return siphash_4u32((__force u32)saddr, (__force u32)daddr, in secure_ipv4_port_ephemeral()
|
/openbmc/linux/include/linux/ |
H A D | siphash.h | 48 static inline u64 siphash_4u32(const u32 a, const u32 b, const u32 c, in siphash_4u32() function
|
/openbmc/linux/net/ipv4/ |
H A D | syncookies.c | 49 return siphash_4u32((__force u32)saddr, (__force u32)daddr, in cookie_hash()
|
/openbmc/linux/Documentation/security/ |
H A D | siphash.rst | 46 u64 siphash_4u32(u32, u32, u32, u32, const siphash_key_t *key);
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_core.c | 503 return siphash_4u32((u32)a, (u32)b, (u32)c, (u32)d, &ct_id_seed); in nf_ct_get_id()
|
H A D | nf_conntrack_netlink.c | 2991 return (__force __be32)siphash_4u32((u32)a, (u32)b, (u32)c, (u32)d, &exp_id_seed); in nf_expect_get_id()
|