Home
last modified time | relevance | path

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

/linux-6.12.1/fs/crypto/
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()
Dfscrypt_private.h701 int fscrypt_setup_v1_file_key(struct fscrypt_inode_info *ci,
Dkeysetup.c502 err = fscrypt_setup_v1_file_key(ci, mk->mk_secret.raw); in setup_file_encryption_key()