Home
last modified time | relevance | path

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

/openbmc/linux/fs/crypto/
H A Dfname.c98 int fscrypt_fname_encrypt(const struct inode *inode, const struct qstr *iname, in fscrypt_fname_encrypt() function
141 EXPORT_SYMBOL_GPL(fscrypt_fname_encrypt);
471 ret = fscrypt_fname_encrypt(dir, iname, fname->crypto_buf.name, in fscrypt_setup_filename()
H A Dhooks.c295 err = fscrypt_fname_encrypt(inode, &iname, sd->encrypted_path, in __fscrypt_encrypt_symlink()
/openbmc/linux/fs/ceph/
H A Dcrypto.c310 ret = fscrypt_fname_encrypt(dir, &iname, cryptbuf, len); in ceph_encode_encrypted_dname()
H A Dmds_client.c2573 ret = fscrypt_fname_encrypt(dir, &dentry->d_name, cryptbuf, len); in get_fscrypt_altname()
/openbmc/linux/include/linux/
H A Dfscrypt.h334 int fscrypt_fname_encrypt(const struct inode *inode, const struct qstr *iname,