Home
last modified time | relevance | path

Searched refs:hsiphash_4u32 (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dsiphash.c363 * hsiphash_4u32 - compute 32-bit hsiphash PRF value of 4 u32
370 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32() function
384 EXPORT_SYMBOL(hsiphash_4u32); variable
513 * hsiphash_4u32 - compute 32-bit hsiphash PRF value of 4 u32
520 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32() function
538 EXPORT_SYMBOL(hsiphash_4u32); variable
H A Dtest_siphash.c204 if (hsiphash_4u32(0x03020100U, 0x07060504U, in siphash_test_init()
/kernel/linux/linux-6.6/lib/
H A Dsiphash.c362 * hsiphash_4u32 - compute 32-bit hsiphash PRF value of 4 u32
369 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32() function
383 EXPORT_SYMBOL(hsiphash_4u32); variable
512 * hsiphash_4u32 - compute 32-bit hsiphash PRF value of 4 u32
519 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32() function
537 EXPORT_SYMBOL(hsiphash_4u32); variable
H A Dsiphash_kunit.c178 chk(hsiphash_4u32(0x03020100U, 0x07060504U, in siphash_test()
/kernel/linux/linux-5.10/include/linux/
H A Dsiphash.h103 u32 hsiphash_4u32(const u32 a, const u32 b, const u32 c, const u32 d,
118 return hsiphash_4u32(le32_to_cpu(data[0]), le32_to_cpu(data[1]), in ___hsiphash_aligned()
/kernel/linux/linux-6.6/include/linux/
H A Dsiphash.h104 u32 hsiphash_4u32(const u32 a, const u32 b, const u32 c, const u32 d,
119 return hsiphash_4u32(le32_to_cpu(data[0]), le32_to_cpu(data[1]), in ___hsiphash_aligned()

Completed in 3 milliseconds