Home
last modified time | relevance | path

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

/Linux-v5.10/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);
31 u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key);
34 u64 siphash_1u64(const u64 a, const siphash_key_t *key);
35 u64 siphash_2u64(const u64 a, const u64 b, const siphash_key_t *key);
37 const siphash_key_t *key);
39 const siphash_key_t *key);
40 u64 siphash_1u32(const u32 a, const siphash_key_t *key);
42 const siphash_key_t *key);
[all …]
Dskbuff.h1381 const siphash_key_t *perturb);
/Linux-v5.10/Documentation/security/
Dsiphash.rst24 siphash_key_t key;
35 u64 siphash(const void *data, size_t len, const siphash_key_t *key);
39 u64 siphash_1u64(u64, const siphash_key_t *key);
40 u64 siphash_2u64(u64, u64, const siphash_key_t *key);
41 u64 siphash_3u64(u64, u64, u64, const siphash_key_t *key);
42 u64 siphash_4u64(u64, u64, u64, u64, const siphash_key_t *key);
43 u64 siphash_1u32(u32, const siphash_key_t *key);
44 u64 siphash_2u32(u32, u32, const siphash_key_t *key);
45 u64 siphash_3u32(u32, u32, u32, const siphash_key_t *key);
46 u64 siphash_4u32(u32, u32, u32, u32, const siphash_key_t *key);
[all …]
/Linux-v5.10/lib/
Dsiphash.c52 u64 __siphash_aligned(const void *data, size_t len, const siphash_key_t *key) in __siphash_aligned()
85 u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key) in __siphash_unaligned()
123 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64()
140 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64()
163 const siphash_key_t *key) in siphash_3u64()
191 const u64 forth, const siphash_key_t *key) in siphash_4u64()
214 u64 siphash_1u32(const u32 first, const siphash_key_t *key) in siphash_1u32()
223 const siphash_key_t *key) in siphash_3u32()
Dtest_siphash.c27 static const siphash_key_t test_key_siphash =
Dvsprintf.c722 static siphash_key_t ptr_key __read_mostly;
/Linux-v5.10/net/core/
Dsecure_seq.c22 static siphash_key_t net_secret __read_mostly;
23 static siphash_key_t ts_secret __read_mostly;
Dflow_dissector.c1419 static siphash_key_t hashrnd __read_mostly;
1518 const siphash_key_t *keyval) in __flow_hash_from_keys()
1541 const siphash_key_t *keyval) in ___skb_get_hash()
1616 const siphash_key_t *perturb) in skb_get_hash_perturb()
/Linux-v5.10/drivers/net/wireguard/
Dpeerlookup.h20 siphash_key_t key;
/Linux-v5.10/fs/crypto/
Dfscrypt_private.h239 siphash_key_t ci_dirhash_key;
499 siphash_key_t mk_ino_hash_key;
/Linux-v5.10/include/net/netns/
Dipv4.h229 siphash_key_t ip_id_key;
/Linux-v5.10/net/ipv6/
Dsyncookies.c23 static siphash_key_t syncookie6_secret[2] __read_mostly;
/Linux-v5.10/net/ipv4/
Dsyncookies.c19 static siphash_key_t syncookie_secret[2] __read_mostly;
Dtcp_fastopen.c136 const siphash_key_t *key, in __tcp_fastopen_cookie_gen_cipher()
/Linux-v5.10/net/sched/
Dsch_sfq.c120 siphash_key_t perturbation;
610 siphash_key_t nkey; in sfq_perturbation()
Dsch_hhf.c129 siphash_key_t perturbation; /* hash perturbation */
Dsch_sfb.c48 siphash_key_t perturbation; /* siphash key */
/Linux-v5.10/include/net/
Dtcp.h1679 #define TCP_FASTOPEN_KEY_LENGTH sizeof(siphash_key_t)
1686 siphash_key_t key[TCP_FASTOPEN_KEY_MAX];
/Linux-v5.10/net/netfilter/
Dnf_conntrack_core.c466 static __read_mostly siphash_key_t ct_id_seed; in nf_ct_get_id()
Dnf_conntrack_netlink.c2992 static __read_mostly siphash_key_t exp_id_seed; in nf_expect_get_id()