Home
last modified time | relevance | path

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

/linux/fs/crypto/
H A Dkeysetup.c17 struct fscrypt_mode fscrypt_modes[] = {
82 static struct fscrypt_mode *
99 fscrypt_allocate_skcipher(struct fscrypt_mode *mode, const u8 *raw_key, in fscrypt_allocate_skcipher()
220 struct fscrypt_mode *mode = ci->ci_mode; in setup_per_mode_enc_key()
587 struct fscrypt_mode *mode; in fscrypt_setup_encryption_info()
H A Dfscrypt_private.h286 struct fscrypt_mode *ci_mode;
702 struct fscrypt_mode { struct
714 extern struct fscrypt_mode fscrypt_modes[]; argument
H A Dkeysetup_v1.c97 const struct fscrypt_mode *dk_mode;
H A Dpolicy.c105 const struct fscrypt_mode *mode; in supported_direct_key_modes()