Home
last modified time | relevance | path

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

/include/linux/
Dsiphash.h22 } siphash_key_t; typedef
24 static inline bool siphash_key_is_zero(const siphash_key_t *key) in siphash_key_is_zero()
29 u64 __siphash_aligned(const void *data, size_t len, const siphash_key_t *key);
30 u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key);
32 u64 siphash_1u64(const u64 a, const siphash_key_t *key);
33 u64 siphash_2u64(const u64 a, const u64 b, const siphash_key_t *key);
35 const siphash_key_t *key);
37 const siphash_key_t *key);
38 u64 siphash_1u32(const u32 a, const siphash_key_t *key);
40 const siphash_key_t *key);
[all …]
Dskbuff.h1462 const siphash_key_t *perturb);
/include/net/netns/
Dipv4.h226 siphash_key_t ip_id_key;
/include/net/
Dtcp.h1735 #define TCP_FASTOPEN_KEY_LENGTH sizeof(siphash_key_t)
1742 siphash_key_t key[TCP_FASTOPEN_KEY_MAX];