Home
last modified time | relevance | path

Searched refs:contents_encryption_mode (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/crypto/
Dpolicy.c27 (ctx->contents_encryption_mode == in is_encryption_context_consistent_with_policy()
28 policy->contents_encryption_mode) && in is_encryption_context_consistent_with_policy()
42 if (!fscrypt_valid_enc_modes(policy->contents_encryption_mode, in create_encryption_context_from_policy()
49 ctx.contents_encryption_mode = policy->contents_encryption_mode; in create_encryption_context_from_policy()
125 policy.contents_encryption_mode = ctx.contents_encryption_mode; in fscrypt_ioctl_get_policy()
221 (parent_ctx.contents_encryption_mode == in fscrypt_has_permitted_context()
222 child_ctx.contents_encryption_mode) && in fscrypt_has_permitted_context()
254 ctx.contents_encryption_mode = ci->ci_data_mode; in fscrypt_inherit_context()
Dfscrypt_private.h36 u8 contents_encryption_mode; member
Dkeyinfo.c312 ctx.contents_encryption_mode = FS_ENCRYPTION_MODE_AES_256_XTS; in fscrypt_get_encryption_info()
330 crypt_info->ci_data_mode = ctx.contents_encryption_mode; in fscrypt_get_encryption_info()
/Linux-v4.19/include/uapi/linux/
Dfs.h287 __u8 contents_encryption_mode; member
/Linux-v4.19/Documentation/filesystems/
Dfscrypt.rst268 __u8 contents_encryption_mode;
278 - ``contents_encryption_mode`` and ``filenames_encryption_mode`` must
281 FS_ENCRYPTION_MODE_AES_256_XTS (1) for ``contents_encryption_mode``
557 u8 contents_encryption_mode;