Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dsiphash.h104 u32 hsiphash_1u32(const u32 a, const hsiphash_key_t *key);
115 return hsiphash_1u32(le32_to_cpu(data[0]), key); in ___hsiphash_aligned()
/Linux-v5.4/lib/
Dsiphash.c323 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() function
329 EXPORT_SYMBOL(hsiphash_1u32);
471 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() function
479 EXPORT_SYMBOL(hsiphash_1u32);
Dtest_siphash.c188 if (hsiphash_1u32(0x03020100U, &test_key_hsiphash) != in siphash_test_init()
/Linux-v5.4/Documentation/security/
Dsiphash.rst152 u32 hsiphash_1u32(u32, const hsiphash_key_t *key);