Home
last modified time | relevance | path

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

/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()
/linux/lib/
H A Dsiphash.c116 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64() function
125 EXPORT_SYMBOL(siphash_1u64);
/linux/Documentation/security/
H A Dsiphash.rst39 u64 siphash_1u64(u64, const siphash_key_t *key);
/linux/fs/crypto/
H A Dkeysetup.c316 ci->ci_hashed_ino = (u32)siphash_1u64(ci->ci_inode->i_ino, in fscrypt_hash_inode_number()
/linux/net/sched/
H A Dcls_flow.c66 return (u32)siphash_1u64((u64)addr, &flow_keys_secret); in addr_fold()