Home
last modified time | relevance | path

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

/linux/fs/crypto/
H A Dkeysetup.c16 struct fscrypt_mode fscrypt_modes[] = {
81 static struct fscrypt_mode *
100 fscrypt_allocate_skcipher(struct fscrypt_mode *mode, const u8 *raw_key, in fscrypt_allocate_skcipher()
195 struct fscrypt_mode *mode = ci->ci_mode; in setup_per_mode_enc_key()
561 struct fscrypt_mode *mode; in fscrypt_setup_encryption_info()
H A Dfscrypt_private.h255 struct fscrypt_mode *ci_mode;
640 struct fscrypt_mode { struct
652 extern struct fscrypt_mode fscrypt_modes[]; argument
H A Dkeysetup_v1.c149 const struct fscrypt_mode *dk_mode;
H A Dpolicy.c103 const struct fscrypt_mode *mode; in supported_direct_key_modes()