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

/linux-master/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, 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, function
509 EXPORT_SYMBOL(hsiphash_3u32); variable
H A Dsiphash_kunit.c174 chk(hsiphash_3u32(0x03020100U, 0x07060504U,
/linux-master/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]),
/linux-master/drivers/net/wireguard/
H A Dratelimiter.c104 bucket = &table_v6[hsiphash_3u32(net_word, ip >> 32, ip, &key) &

Completed in 137 milliseconds