Home
last modified time | relevance | path

Searched refs:siphash_2u64 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dsiphash.h34 u64 siphash_2u64(const u64 a, const u64 b, const siphash_key_t *key);
51 return siphash_2u64((u64)b << 32 | a, (u64)d << 32 | c, key); in siphash_4u32()
63 return siphash_2u64(le64_to_cpu(data[0]), le64_to_cpu(data[1]), in ___siphash_aligned()
/openbmc/linux/lib/
H A Dsiphash_kunit.c141 chk(siphash_2u64(0x0706050403020100ULL, 0x0f0e0d0c0b0a0908ULL, in siphash_test()
H A Dsiphash.c133 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64() function
146 EXPORT_SYMBOL(siphash_2u64);
/openbmc/linux/Documentation/security/
H A Dsiphash.rst40 u64 siphash_2u64(u64, u64, const siphash_key_t *key);
/openbmc/linux/fs/nfsd/
H A Dnfssvc.c376 verf = siphash_2u64(now.tv_sec, now.tv_nsec, &nn->siphash_key); in nfsd_reset_write_verifier_locked()