Home
last modified time | relevance | path

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

/openbmc/linux/fs/crypto/
H A Dkeysetup_v1.c292 int fscrypt_setup_v1_file_key(struct fscrypt_info *ci, const u8 *raw_master_key) in fscrypt_setup_v1_file_key() function
317 err = fscrypt_setup_v1_file_key(ci, payload->raw); in fscrypt_setup_v1_file_key_via_subscribed_keyrings()
H A Dfscrypt_private.h646 int fscrypt_setup_v1_file_key(struct fscrypt_info *ci,
H A Dkeysetup.c500 err = fscrypt_setup_v1_file_key(ci, mk->mk_secret.raw); in setup_file_encryption_key()