Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsiphash.h100 u32 hsiphash_2u32(const u32 a, const u32 b, const hsiphash_key_t *key);
112 return hsiphash_2u32(le32_to_cpu(data[0]), le32_to_cpu(data[1]), in ___hsiphash_aligned()
/Linux-v4.19/lib/
Dsiphash.c337 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) in hsiphash_2u32() function
346 EXPORT_SYMBOL(hsiphash_2u32);
487 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) in hsiphash_2u32() function
498 EXPORT_SYMBOL(hsiphash_2u32);
Dtest_siphash.c193 if (hsiphash_2u32(0x03020100U, 0x07060504U, &test_key_hsiphash) != in siphash_test_init()
/Linux-v4.19/Documentation/
Dsiphash.txt153 u32 hsiphash_2u32(u32, u32, const hsiphash_key_t *key);