Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dkeysetup.c16 struct fscrypt_mode fscrypt_modes[] = {
59 static struct fscrypt_mode *
78 fscrypt_allocate_skcipher(struct fscrypt_mode *mode, const u8 *raw_key, in fscrypt_allocate_skcipher()
177 struct fscrypt_mode *mode = ci->ci_mode; in setup_per_mode_enc_key()
572 struct fscrypt_mode *mode; in fscrypt_setup_encryption_info()
H A Dfscrypt_private.h215 struct fscrypt_mode *ci_mode;
620 struct fscrypt_mode { struct
630 extern struct fscrypt_mode fscrypt_modes[]; argument
H A Dkeysetup_v1.c148 const struct fscrypt_mode *dk_mode;
H A Dpolicy.c63 const struct fscrypt_mode *mode; in supported_direct_key_modes()