Home
last modified time | relevance | path

Searched refs:siphash_4u32 (Results 1 – 4 of 4) sorted by relevance

/linux/net/core/
H A Dsecure_seq.c133 * it would be easy enough to have the former function use siphash_4u32, passing
152 return siphash_4u32((__force u32)saddr, (__force u32)daddr, in secure_ipv4_port_ephemeral()
/linux/include/linux/
H A Dsiphash.h48 static inline u64 siphash_4u32(const u32 a, const u32 b, const u32 c, in siphash_4u32() function
/linux/Documentation/security/
H A Dsiphash.rst46 u64 siphash_4u32(u32, u32, u32, u32, const siphash_key_t *key);
/linux/net/netfilter/
H A Dnf_conntrack_core.c500 return siphash_4u32((u32)a, (u32)b, (u32)c, (u32)d, &ct_id_seed); in nf_ct_get_id()