Symbol: siphash_key_t
drivers/net/amt.c
3050
get_random_bytes(&amt->key, sizeof(siphash_key_t));
drivers/net/amt.c
924
get_random_bytes(&amt->key, sizeof(siphash_key_t));
drivers/net/wireguard/peerlookup.h
20
siphash_key_t key;
fs/crypto/fscrypt_private.h
326
siphash_key_t ci_dirhash_key;
fs/crypto/fscrypt_private.h
665
siphash_key_t mk_ino_hash_key;
fs/crypto/keysetup.c
311
unsigned int infolen, siphash_key_t *key)
fs/nfsd/netns.h
214
siphash_key_t siphash_key;
fs/nfsd/netns.h
231
siphash_key_t *fh_key;
fs/nfsd/nfsctl.c
1612
siphash_key_t *fh_key = nn->fh_key;
fs/nfsd/nfsctl.c
1620
fh_key = kmalloc(sizeof(siphash_key_t), GFP_KERNEL);
fs/nfsd/nfsfh.c
151
siphash_key_t *fh_key = nn->fh_key;
fs/nfsd/nfsfh.c
182
siphash_key_t *fh_key = nn->fh_key;
include/linux/siphash.h
23
#define siphash_aligned_key_t siphash_key_t __aligned(16)
include/linux/siphash.h
25
static inline bool siphash_key_is_zero(const siphash_key_t *key)
include/linux/siphash.h
30
u64 __siphash_aligned(const void *data, size_t len, const siphash_key_t *key);
include/linux/siphash.h
31
u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key);
include/linux/siphash.h
33
u64 siphash_1u64(const u64 a, const siphash_key_t *key);
include/linux/siphash.h
34
u64 siphash_2u64(const u64 a, const u64 b, const siphash_key_t *key);
include/linux/siphash.h
36
const siphash_key_t *key);
include/linux/siphash.h
38
const siphash_key_t *key);
include/linux/siphash.h
39
u64 siphash_1u32(const u32 a, const siphash_key_t *key);
include/linux/siphash.h
41
const siphash_key_t *key);
include/linux/siphash.h
44
const siphash_key_t *key)
include/linux/siphash.h
49
const u32 d, const siphash_key_t *key)
include/linux/siphash.h
56
const siphash_key_t *key)
include/linux/siphash.h
82
const siphash_key_t *key)
include/linux/skbuff.h
1681
const siphash_key_t *perturb);
include/net/amt.h
250
siphash_key_t key;
include/net/amt.h
333
siphash_key_t key;
include/net/flow_dissector.h
450
const siphash_key_t *keyval);
include/net/ip_fib.h
546
fib_multipath_hash_construct_key(siphash_key_t *key, u32 mp_seed)
include/net/ip_vs.h
528
siphash_key_t hash_key;
include/net/netns/ipv4.h
298
siphash_key_t ip_id_key;
include/net/tcp.h
2127
#define TCP_FASTOPEN_KEY_LENGTH sizeof(siphash_key_t)
include/net/tcp.h
2134
siphash_key_t key[TCP_FASTOPEN_KEY_MAX];
lib/siphash.c
116
u64 siphash_1u64(const u64 first, const siphash_key_t *key)
lib/siphash.c
133
u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key)
lib/siphash.c
156
const siphash_key_t *key)
lib/siphash.c
184
const u64 forth, const siphash_key_t *key)
lib/siphash.c
207
u64 siphash_1u32(const u32 first, const siphash_key_t *key)
lib/siphash.c
216
const siphash_key_t *key)
lib/siphash.c
46
u64 __siphash_aligned(const void *data, size_t len, const siphash_key_t *key)
lib/siphash.c
79
u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key)
lib/tests/siphash_kunit.c
27
static const siphash_key_t test_key_siphash =
lib/vsprintf.c
759
static siphash_key_t ptr_key __read_mostly;
net/core/flow_dissector.c
1805
const siphash_key_t *keyval)
net/core/flow_dissector.c
1827
const siphash_key_t *keyval)
net/core/flow_dissector.c
1835
const siphash_key_t *keyval)
net/core/flow_dissector.c
1916
const siphash_key_t *perturb)
net/ipv4/tcp_fastopen.c
207
const siphash_key_t *key,
net/netfilter/nf_conntrack_core.c
214
siphash_key_t key;
net/netfilter/nf_tables_trace.c
366
static siphash_key_t trace_key __read_mostly;
net/sched/sch_hhf.c
129
siphash_key_t perturbation; /* hash perturbation */
net/sched/sch_sfb.c
48
siphash_key_t perturbation; /* siphash key */
net/sched/sch_sfq.c
114
siphash_key_t perturbation;
net/sched/sch_sfq.c
609
siphash_key_t nkey;
tools/testing/selftests/bpf/progs/test_siphash.h
51
static inline u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key)
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.c
52
static siphash_key_t test_key_siphash = {