Searched refs:hsiphash_key_t (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/include/linux/ |
D | siphash.h | 93 } hsiphash_key_t; typedef 96 const hsiphash_key_t *key); 98 const hsiphash_key_t *key); 100 u32 hsiphash_1u32(const u32 a, const hsiphash_key_t *key); 101 u32 hsiphash_2u32(const u32 a, const u32 b, const hsiphash_key_t *key); 103 const hsiphash_key_t *key); 105 const hsiphash_key_t *key); 108 const hsiphash_key_t *key) in ___hsiphash_aligned() 132 const hsiphash_key_t *key) in hsiphash()
|
/linux-6.6.21/lib/ |
D | siphash.c | 247 u32 __hsiphash_aligned(const void *data, size_t len, const hsiphash_key_t *key) in __hsiphash_aligned() 280 const hsiphash_key_t *key) in __hsiphash_unaligned() 316 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() 330 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) in hsiphash_2u32() 349 const hsiphash_key_t *key) in hsiphash_3u32() 370 const u32 forth, const hsiphash_key_t *key) in hsiphash_4u32() 409 u32 __hsiphash_aligned(const void *data, size_t len, const hsiphash_key_t *key) in __hsiphash_aligned() 432 const hsiphash_key_t *key) in __hsiphash_unaligned() 458 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() 474 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) in hsiphash_2u32() [all …]
|
D | siphash_kunit.c | 56 static const hsiphash_key_t test_key_hsiphash = 84 static const hsiphash_key_t test_key_hsiphash =
|
/linux-6.6.21/Documentation/security/ |
D | siphash.rst | 147 hsiphash_key_t key; 158 u32 hsiphash(const void *data, size_t len, const hsiphash_key_t *key); 162 u32 hsiphash_1u32(u32, const hsiphash_key_t *key); 163 u32 hsiphash_2u32(u32, u32, const hsiphash_key_t *key); 164 u32 hsiphash_3u32(u32, u32, u32, const hsiphash_key_t *key); 165 u32 hsiphash_4u32(u32, u32, u32, u32, const hsiphash_key_t *key); 178 hsiphash_key_t key;
|
/linux-6.6.21/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()
|
/linux-6.6.21/drivers/net/wireguard/ |
D | ratelimiter.c | 13 static hsiphash_key_t key;
|
/linux-6.6.21/drivers/net/wireguard/selftest/ |
D | allowedips.c | 40 hsiphash_key_t key = { { 0 } }; in print_node()
|