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

/linux-master/lib/
H A Dsiphash_kunit.c131 chk(hsiphash(in, i, &test_key_hsiphash),
133 "hsiphash self-test aligned %u: FAIL", i + 1);
134 chk(hsiphash(in_unaligned + 1, i, &test_key_hsiphash),
136 "hsiphash self-test unaligned %u: FAIL", i + 1);
170 "hsiphash self-test 1u32: FAIL");
173 "hsiphash self-test 2u32: FAIL");
177 "hsiphash self-test 3u32: FAIL");
181 "hsiphash self-test 4u32: FAIL");
/linux-master/include/linux/
H A Dsiphash.h126 * hsiphash - compute 32-bit hsiphash PRF value
129 * @key: the hsiphash key
131 static inline u32 hsiphash(const void *data, size_t len, function
/linux-master/net/netfilter/ipvs/
H A Dip_vs_mh.c101 return hsiphash(&v, sizeof(v), key);

Completed in 135 milliseconds