Searched refs:hsiphash_2u32 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | siphash.c | 326 * hsiphash_2u32 - compute 32-bit hsiphash PRF value of 2 u32 331 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) in hsiphash_2u32() function 340 EXPORT_SYMBOL(hsiphash_2u32); variable 470 * hsiphash_2u32 - compute 32-bit hsiphash PRF value of 2 u32 475 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) in hsiphash_2u32() function 486 EXPORT_SYMBOL(hsiphash_2u32); variable
|
H A D | test_siphash.c | 193 if (hsiphash_2u32(0x03020100U, 0x07060504U, &test_key_hsiphash) != in siphash_test_init()
|
/kernel/linux/linux-6.6/lib/ |
H A D | siphash.c | 325 * hsiphash_2u32 - compute 32-bit hsiphash PRF value of 2 u32 330 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) in hsiphash_2u32() function 339 EXPORT_SYMBOL(hsiphash_2u32); variable 469 * hsiphash_2u32 - compute 32-bit hsiphash PRF value of 2 u32 474 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) in hsiphash_2u32() function 485 EXPORT_SYMBOL(hsiphash_2u32); variable
|
H A D | siphash_kunit.c | 171 chk(hsiphash_2u32(0x03020100U, 0x07060504U, &test_key_hsiphash), in siphash_test()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | siphash.h | 100 u32 hsiphash_2u32(const u32 a, const u32 b, const hsiphash_key_t *key); 112 return hsiphash_2u32(le32_to_cpu(data[0]), le32_to_cpu(data[1]), in ___hsiphash_aligned()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | siphash.h | 101 u32 hsiphash_2u32(const u32 a, const u32 b, const hsiphash_key_t *key); 113 return hsiphash_2u32(le32_to_cpu(data[0]), le32_to_cpu(data[1]), in ___hsiphash_aligned()
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | ratelimiter.c | 97 bucket = &table_v4[hsiphash_2u32(net_word, ip, &key) & in wg_ratelimiter_allow()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | ratelimiter.c | 97 bucket = &table_v4[hsiphash_2u32(net_word, ip, &key) & in wg_ratelimiter_allow()
|
Completed in 5 milliseconds