Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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 …]
H A Dskbuff.h1403 const siphash_key_t *perturb);
/OK3568_Linux_fs/kernel/Documentation/security/
H A 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 …]
/OK3568_Linux_fs/kernel/lib/
H A Dsiphash.c47 u64 __siphash_aligned(const void *data, size_t len, const siphash_key_t *key) in __siphash_aligned()
80 u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key) in __siphash_unaligned()
117 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64()
134 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64()
157 const siphash_key_t *key) in siphash_3u64()
185 const u64 forth, const siphash_key_t *key) in siphash_4u64()
208 u64 siphash_1u32(const u32 first, const siphash_key_t *key) in siphash_1u32()
217 const siphash_key_t *key) in siphash_3u32()
H A Dtest_siphash.c27 static const siphash_key_t test_key_siphash =
H A Dvsprintf.c752 static siphash_key_t ptr_key __read_mostly;
/OK3568_Linux_fs/kernel/net/core/
H A Dsecure_seq.c22 static siphash_key_t net_secret __read_mostly;
23 static siphash_key_t ts_secret __read_mostly;
H A Dflow_dissector.c1426 static siphash_key_t hashrnd __read_mostly;
1524 const siphash_key_t *keyval) in __flow_hash_from_keys()
1547 const siphash_key_t *keyval) in ___skb_get_hash()
1622 const siphash_key_t *perturb) in skb_get_hash_perturb()
/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Dpeerlookup.h20 siphash_key_t key;
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dfscrypt_private.h253 siphash_key_t ci_dirhash_key;
561 siphash_key_t mk_ino_hash_key;
H A Dkeysetup.c259 unsigned int infolen, siphash_key_t *key) in fscrypt_derive_siphash_key()
/OK3568_Linux_fs/kernel/include/net/netns/
H A Dipv4.h231 siphash_key_t ip_id_key;
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dsyncookies.c23 static siphash_key_t syncookie6_secret[2] __read_mostly;
H A Droute.c1486 static siphash_key_t rt6_exception_key __read_mostly; in rt6_exception_hash()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_sfq.c120 siphash_key_t perturbation;
610 siphash_key_t nkey; in sfq_perturbation()
H A Dsch_hhf.c129 siphash_key_t perturbation; /* hash perturbation */
H A Dsch_sfb.c48 siphash_key_t perturbation; /* siphash key */
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dsyncookies.c19 static siphash_key_t syncookie_secret[2] __read_mostly;
H A Dtcp_fastopen.c136 const siphash_key_t *key, in __tcp_fastopen_cookie_gen_cipher()
H A Droute.c645 static siphash_key_t fnhe_hash_key __read_mostly; in fnhe_hashfun()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1698 #define TCP_FASTOPEN_KEY_LENGTH sizeof(siphash_key_t)
1705 siphash_key_t key[TCP_FASTOPEN_KEY_MAX];
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_core.c465 static __read_mostly siphash_key_t ct_id_seed; in nf_ct_get_id()
H A Dnf_conntrack_netlink.c2980 static __read_mostly siphash_key_t exp_id_seed; in nf_expect_get_id()