Searched refs:siphash_3u32 (Results 1 – 6 of 6) sorted by relevance
| /linux/net/core/ |
| H A D | secure_seq.c | 142 hash = siphash_3u32((__force u32)saddr, (__force u32)daddr, in secure_tcp_seq()
|
| /linux/lib/ |
| H A D | siphash.c | 215 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32() function 227 EXPORT_SYMBOL(siphash_3u32);
|
| /linux/include/linux/ |
| H A D | siphash.h | 40 u64 siphash_3u32(const u32 a, const u32 b, const u32 c,
|
| /linux/net/netfilter/ |
| H A D | nf_tables_trace.c | 374 info->skbid = (u32)siphash_3u32(hash32_ptr(skb), in nft_trace_init()
|
| /linux/Documentation/security/ |
| H A D | siphash.rst | 45 u64 siphash_3u32(u32, u32, u32, const siphash_key_t *key);
|
| /linux/net/ipv4/ |
| H A D | route.c | 501 hash = siphash_3u32((__force u32)iph->daddr, in __ip_select_ident()
|