Home
last modified time | relevance | path

Searched refs:fscrypt_setup_v1_file_key (Results 1 – 3 of 3) sorted by relevance

/linux/fs/crypto/
H A Dkeysetup_v1.c293 int fscrypt_setup_v1_file_key(struct fscrypt_inode_info *ci, in fscrypt_setup_v1_file_key() function
321 err = fscrypt_setup_v1_file_key(ci, payload->raw); in fscrypt_setup_v1_file_key_via_subscribed_keyrings()
H A Dfscrypt_private.h701 int fscrypt_setup_v1_file_key(struct fscrypt_inode_info *ci,
H A Dkeysetup.c502 err = fscrypt_setup_v1_file_key(ci, mk->mk_secret.raw); in setup_file_encryption_key()