Home
last modified time | relevance | path

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

/linux-4.19.296/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()
127 policy.contents_encryption_mode = ctx.contents_encryption_mode; in fscrypt_ioctl_get_policy()
222 (parent_ctx.contents_encryption_mode == in fscrypt_has_permitted_context()
223 child_ctx.contents_encryption_mode) && in fscrypt_has_permitted_context()
255 ctx.contents_encryption_mode = ci->ci_data_mode; in fscrypt_inherit_context()
Dfscrypt_private.h36 u8 contents_encryption_mode; member
Dkeyinfo.c302 ctx.contents_encryption_mode = FS_ENCRYPTION_MODE_AES_256_XTS; in fscrypt_get_encryption_info()
320 crypt_info->ci_data_mode = ctx.contents_encryption_mode; in fscrypt_get_encryption_info()
/linux-4.19.296/include/uapi/linux/
Dfs.h287 __u8 contents_encryption_mode; member