Symbol: hsiphash_key_t
drivers/net/wireguard/ratelimiter.c
13
static hsiphash_key_t key;
drivers/net/wireguard/selftest/allowedips.c
40
hsiphash_key_t key = { { 0 } };
include/linux/siphash.h
100
u32 hsiphash_1u32(const u32 a, const hsiphash_key_t *key);
include/linux/siphash.h
101
u32 hsiphash_2u32(const u32 a, const u32 b, const hsiphash_key_t *key);
include/linux/siphash.h
103
const hsiphash_key_t *key);
include/linux/siphash.h
105
const hsiphash_key_t *key);
include/linux/siphash.h
108
const hsiphash_key_t *key)
include/linux/siphash.h
132
const hsiphash_key_t *key)
include/linux/siphash.h
96
const hsiphash_key_t *key);
include/linux/siphash.h
98
const hsiphash_key_t *key);
lib/siphash.c
247
u32 __hsiphash_aligned(const void *data, size_t len, const hsiphash_key_t *key)
lib/siphash.c
280
const hsiphash_key_t *key)
lib/siphash.c
316
u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key)
lib/siphash.c
330
u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key)
lib/siphash.c
349
const hsiphash_key_t *key)
lib/siphash.c
370
const u32 forth, const hsiphash_key_t *key)
lib/siphash.c
409
u32 __hsiphash_aligned(const void *data, size_t len, const hsiphash_key_t *key)
lib/siphash.c
432
const hsiphash_key_t *key)
lib/siphash.c
458
u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key)
lib/siphash.c
474
u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key)
lib/siphash.c
495
const hsiphash_key_t *key)
lib/siphash.c
520
const u32 forth, const hsiphash_key_t *key)
lib/tests/siphash_kunit.c
56
static const hsiphash_key_t test_key_hsiphash =
lib/tests/siphash_kunit.c
84
static const hsiphash_key_t test_key_hsiphash =
net/netfilter/ipvs/ip_vs_mh.c
64
hsiphash_key_t hash1, hash2;
net/netfilter/ipvs/ip_vs_mh.c
69
static inline void generate_hash_secret(hsiphash_key_t *hash1,
net/netfilter/ipvs/ip_vs_mh.c
70
hsiphash_key_t *hash2)
net/netfilter/ipvs/ip_vs_mh.c
89
__be16 port, hsiphash_key_t *key, unsigned int offset)