Searched refs:siphash_1u64 (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dsiphash.h33 u64 siphash_1u64(const u64 a, const siphash_key_t *key);
46 return siphash_1u64((u64)b << 32 | a, key);
61 return siphash_1u64(le64_to_cpu(data[0]), key);
/linux-master/lib/
H A Dsiphash.c112 * siphash_1u64 - compute 64-bit siphash PRF value of a u64
116 u64 siphash_1u64(const u64 first, const siphash_key_t *key) function
125 EXPORT_SYMBOL(siphash_1u64); variable
H A Dsiphash_kunit.c138 chk(siphash_1u64(0x0706050403020100ULL, &test_key_siphash),
H A Dvsprintf.c789 hashval = (unsigned long)siphash_1u64((u64)ptr, &ptr_key);
/linux-master/fs/crypto/
H A Dkeysetup.c289 ci->ci_hashed_ino = (u32)siphash_1u64(ci->ci_inode->i_ino,

Completed in 167 milliseconds