Searched refs:hsiphash_3u32 (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/lib/ |
D | siphash.c | 348 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() function 359 EXPORT_SYMBOL(hsiphash_3u32); 494 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() function 509 EXPORT_SYMBOL(hsiphash_3u32);
|
D | siphash_kunit.c | 174 chk(hsiphash_3u32(0x03020100U, 0x07060504U, in siphash_test()
|
/linux-6.6.21/include/linux/ |
D | siphash.h | 102 u32 hsiphash_3u32(const u32 a, const u32 b, const u32 c, 116 return hsiphash_3u32(le32_to_cpu(data[0]), le32_to_cpu(data[1]), in ___hsiphash_aligned()
|
/linux-6.6.21/drivers/net/wireguard/ |
D | ratelimiter.c | 104 bucket = &table_v6[hsiphash_3u32(net_word, ip >> 32, ip, &key) & in wg_ratelimiter_allow()
|
/linux-6.6.21/Documentation/security/ |
D | siphash.rst | 164 u32 hsiphash_3u32(u32, u32, u32, const hsiphash_key_t *key);
|