Home
last modified time | relevance | path

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

/Linux-v5.15/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.h1404 const siphash_key_t *perturb);
/Linux-v5.15/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.15/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.c749 static siphash_key_t ptr_key __read_mostly;
/Linux-v5.15/net/core/
Dsecure_seq.c22 static siphash_key_t net_secret __read_mostly;
23 static siphash_key_t ts_secret __read_mostly;
Dflow_dissector.c1449 static siphash_key_t hashrnd __read_mostly;
1548 const siphash_key_t *keyval) in __flow_hash_from_keys()
1571 const siphash_key_t *keyval) in ___skb_get_hash()
1646 const siphash_key_t *perturb) in skb_get_hash_perturb()
/Linux-v5.15/drivers/net/wireguard/
Dpeerlookup.h20 siphash_key_t key;
/Linux-v5.15/fs/crypto/
Dfscrypt_private.h242 siphash_key_t ci_dirhash_key;
494 siphash_key_t mk_ino_hash_key;
Dkeysetup.c223 unsigned int infolen, siphash_key_t *key) in fscrypt_derive_siphash_key()
/Linux-v5.15/include/net/netns/
Dipv4.h225 siphash_key_t ip_id_key;
/Linux-v5.15/net/ipv6/
Dsyncookies.c23 static siphash_key_t syncookie6_secret[2] __read_mostly;
Droute.c1488 static siphash_key_t rt6_exception_key __read_mostly; in rt6_exception_hash()
/Linux-v5.15/net/ipv4/
Dsyncookies.c19 static siphash_key_t syncookie_secret[2] __read_mostly;
Dtcp_fastopen.c125 const siphash_key_t *key, in __tcp_fastopen_cookie_gen_cipher()
Droute.c613 static siphash_key_t fnhe_hash_key __read_mostly; in fnhe_hashfun()
/Linux-v5.15/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.15/net/netfilter/
Dnf_conntrack_expect.c44 static siphash_key_t nf_ct_expect_hashrnd __read_mostly;
Dnf_nat_core.c37 static siphash_key_t nf_nat_hash_rnd __read_mostly;
Dnf_conntrack_core.c192 static siphash_key_t nf_conntrack_hash_rnd __read_mostly;
485 static __read_mostly siphash_key_t ct_id_seed; in nf_ct_get_id()
Dnf_conntrack_netlink.c3000 static __read_mostly siphash_key_t exp_id_seed; in nf_expect_get_id()
/Linux-v5.15/include/net/
Dtcp.h1701 #define TCP_FASTOPEN_KEY_LENGTH sizeof(siphash_key_t)
1708 siphash_key_t key[TCP_FASTOPEN_KEY_MAX];