Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsiphash.h35 u64 siphash_3u64(const u64 a, const u64 b, const u64 c,
66 return siphash_3u64(le64_to_cpu(data[0]), le64_to_cpu(data[1]), in ___siphash_aligned()
/openbmc/linux/lib/
H A Dsiphash_kunit.c145 chk(siphash_3u64(0x0706050403020100ULL, 0x0f0e0d0c0b0a0908ULL, in siphash_test()
H A Dsiphash.c155 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() function
173 EXPORT_SYMBOL(siphash_3u64);
/openbmc/linux/Documentation/security/
H A Dsiphash.rst41 u64 siphash_3u64(u64, u64, u64, const siphash_key_t *key);