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

/linux-master/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, 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, function
537 EXPORT_SYMBOL(hsiphash_4u32); variable
H A Dsiphash_kunit.c178 chk(hsiphash_4u32(0x03020100U, 0x07060504U,
/linux-master/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]),

Completed in 126 milliseconds