Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dhash.c131 cpu_to_le32(fscrypt_fname_siphash(dir, &tmp)); in f2fs_hash_filename()
/openbmc/linux/fs/crypto/
H A Dfname.c569 u64 fscrypt_fname_siphash(const struct inode *dir, const struct qstr *name) in fscrypt_fname_siphash() function
577 EXPORT_SYMBOL_GPL(fscrypt_fname_siphash);
/openbmc/linux/include/linux/
H A Dfscrypt.h355 u64 fscrypt_fname_siphash(const struct inode *dir, const struct qstr *name);
642 static inline u64 fscrypt_fname_siphash(const struct inode *dir, in fscrypt_fname_siphash() function
/openbmc/linux/fs/ext4/
H A Dhash.c268 combined_hash = fscrypt_fname_siphash(dir, &qname); in __ext4fs_dirhash()