Home
last modified time | relevance | path

Searched refs:hsiphash_3u32 (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dsiphash.c343 * hsiphash_3u32 - compute 32-bit hsiphash PRF value of 3 u32
349 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() function
360 EXPORT_SYMBOL(hsiphash_3u32); variable
489 * hsiphash_3u32 - compute 32-bit hsiphash PRF value of 3 u32
495 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() function
510 EXPORT_SYMBOL(hsiphash_3u32); variable
H A Dtest_siphash.c198 if (hsiphash_3u32(0x03020100U, 0x07060504U, in siphash_test_init()
/kernel/linux/linux-6.6/lib/
H A Dsiphash.c342 * hsiphash_3u32 - compute 32-bit hsiphash PRF value of 3 u32
348 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() function
359 EXPORT_SYMBOL(hsiphash_3u32); variable
488 * hsiphash_3u32 - compute 32-bit hsiphash PRF value of 3 u32
494 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() function
509 EXPORT_SYMBOL(hsiphash_3u32); variable
H A Dsiphash_kunit.c174 chk(hsiphash_3u32(0x03020100U, 0x07060504U, in siphash_test()
/kernel/linux/linux-5.10/include/linux/
H A Dsiphash.h101 u32 hsiphash_3u32(const u32 a, const u32 b, const u32 c,
115 return hsiphash_3u32(le32_to_cpu(data[0]), le32_to_cpu(data[1]), in ___hsiphash_aligned()
/kernel/linux/linux-6.6/include/linux/
H A Dsiphash.h102 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()
/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dratelimiter.c104 bucket = &table_v6[hsiphash_3u32(net_word, ip >> 32, ip, &key) & in wg_ratelimiter_allow()
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dratelimiter.c104 bucket = &table_v6[hsiphash_3u32(net_word, ip >> 32, ip, &key) & in wg_ratelimiter_allow()

Completed in 4 milliseconds