Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A 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);
H A Dtest_siphash.c204 if (hsiphash_4u32(0x03020100U, 0x07060504U, in siphash_test_init()
/OK3568_Linux_fs/kernel/include/linux/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/security/
H A Dsiphash.rst155 u32 hsiphash_4u32(u32, u32, u32, u32, const hsiphash_key_t *key);