Home
last modified time | relevance | path

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

/Linux-v5.4/fs/crypto/
Dfscrypt_private.h176 struct fscrypt_mode *ci_mode;
441 struct fscrypt_mode { struct
451 fscrypt_mode_supports_direct_key(const struct fscrypt_mode *mode) in fscrypt_mode_supports_direct_key() argument
457 fscrypt_allocate_skcipher(struct fscrypt_mode *mode, const u8 *raw_key,
Dkeysetup.c20 static struct fscrypt_mode available_modes[] = {
54 static struct fscrypt_mode *
70 struct crypto_skcipher *fscrypt_allocate_skcipher(struct fscrypt_mode *mode, in fscrypt_allocate_skcipher()
186 struct fscrypt_mode *mode = ci->ci_mode; in fscrypt_set_derived_key()
211 struct fscrypt_mode *mode = ci->ci_mode; in setup_per_mode_key()
425 struct fscrypt_mode *mode; in fscrypt_get_encryption_info()
Dkeysetup_v1.c148 const struct fscrypt_mode *dk_mode;
256 const struct fscrypt_mode *mode = ci->ci_mode; in setup_v1_file_key_direct()