Searched refs:hsiphash_key_t (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | siphash.h | 92 } hsiphash_key_t; typedef 95 const hsiphash_key_t *key); 97 const hsiphash_key_t *key); 99 u32 hsiphash_1u32(const u32 a, const hsiphash_key_t *key); 100 u32 hsiphash_2u32(const u32 a, const u32 b, const hsiphash_key_t *key); 102 const hsiphash_key_t *key); 104 const hsiphash_key_t *key); 107 const hsiphash_key_t *key) in ___hsiphash_aligned() 131 const hsiphash_key_t *key) in hsiphash()
|
/kernel/linux/linux-5.10/lib/ |
D | siphash.c | 248 u32 __hsiphash_aligned(const void *data, size_t len, const hsiphash_key_t *key) in __hsiphash_aligned() 281 const hsiphash_key_t *key) in __hsiphash_unaligned() 317 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() 331 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) in hsiphash_2u32() 350 const hsiphash_key_t *key) in hsiphash_3u32() 371 const u32 forth, const hsiphash_key_t *key) in hsiphash_4u32() 410 u32 __hsiphash_aligned(const void *data, size_t len, const hsiphash_key_t *key) in __hsiphash_aligned() 433 const hsiphash_key_t *key) in __hsiphash_unaligned() 459 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() 475 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) in hsiphash_2u32() [all …]
|
D | test_siphash.c | 56 static const hsiphash_key_t test_key_hsiphash = 84 static const hsiphash_key_t test_key_hsiphash =
|
/kernel/linux/linux-5.10/Documentation/security/ |
D | siphash.rst | 137 hsiphash_key_t key; 148 u32 hsiphash(const void *data, size_t len, const hsiphash_key_t *key); 152 u32 hsiphash_1u32(u32, const hsiphash_key_t *key); 153 u32 hsiphash_2u32(u32, u32, const hsiphash_key_t *key); 154 u32 hsiphash_3u32(u32, u32, u32, const hsiphash_key_t *key); 155 u32 hsiphash_4u32(u32, u32, u32, u32, const hsiphash_key_t *key); 168 hsiphash_key_t key;
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
D | ip_vs_mh.c | 65 hsiphash_key_t hash1, hash2; 70 static inline void generate_hash_secret(hsiphash_key_t *hash1, in generate_hash_secret() 71 hsiphash_key_t *hash2) in generate_hash_secret() 90 __be16 port, hsiphash_key_t *key, unsigned int offset) in ip_vs_mh_hashkey()
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
D | ratelimiter.c | 13 static hsiphash_key_t key;
|
/kernel/linux/linux-5.10/drivers/net/wireguard/selftest/ |
D | allowedips.c | 40 hsiphash_key_t key = { { 0 } }; in print_node()
|