Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
Dsiphash.c370 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32() function
384 EXPORT_SYMBOL(hsiphash_4u32);
520 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32() function
538 EXPORT_SYMBOL(hsiphash_4u32);
Dtest_siphash.c204 if (hsiphash_4u32(0x03020100U, 0x07060504U, in siphash_test_init()
/kernel/linux/linux-5.10/include/linux/
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-5.10/Documentation/security/
Dsiphash.rst155 u32 hsiphash_4u32(u32, u32, u32, u32, const hsiphash_key_t *key);