Home
last modified time | relevance | path

Searched refs:siphash_1u64 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/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); in siphash_2u32()
61 return siphash_1u64(le64_to_cpu(data[0]), key); in ___siphash_aligned()
/openbmc/linux/lib/
H A Dsiphash_kunit.c138 chk(siphash_1u64(0x0706050403020100ULL, &test_key_siphash), in siphash_test()
H A Dsiphash.c116 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64() function
125 EXPORT_SYMBOL(siphash_1u64);
H A Dvsprintf.c788 hashval = (unsigned long)siphash_1u64((u64)ptr, &ptr_key); in subsys_initcall()
/openbmc/linux/Documentation/security/
H A Dsiphash.rst39 u64 siphash_1u64(u64, const siphash_key_t *key);
/openbmc/linux/fs/crypto/
H A Dkeysetup.c288 ci->ci_hashed_ino = (u32)siphash_1u64(ci->ci_inode->i_ino, in fscrypt_hash_inode_number()