Home
last modified time | relevance | path

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

/linux/lib/
H A Dsiphash.c316 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() function
322 EXPORT_SYMBOL(hsiphash_1u32);
458 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() function
466 EXPORT_SYMBOL(hsiphash_1u32);
/linux/include/linux/
H A Dsiphash.h100 u32 hsiphash_1u32(const u32 a, const hsiphash_key_t *key);
111 return hsiphash_1u32(le32_to_cpu(data[0]), key); in ___hsiphash_aligned()
/linux/Documentation/security/
H A Dsiphash.rst162 u32 hsiphash_1u32(u32, const hsiphash_key_t *key);