Home
last modified time | relevance | path

Searched refs:hsiphash_4u32 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/lib/
H A Dsiphash.c369 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32() function
383 EXPORT_SYMBOL(hsiphash_4u32);
519 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32() function
537 EXPORT_SYMBOL(hsiphash_4u32);
H A Dsiphash_kunit.c178 chk(hsiphash_4u32(0x03020100U, 0x07060504U, in siphash_test()
/openbmc/linux/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()
/openbmc/linux/Documentation/security/
H A Dsiphash.rst165 u32 hsiphash_4u32(u32, u32, u32, u32, const hsiphash_key_t *key);