Searched refs:contents_encryption_mode (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | policy.c | 95 if (policy->contents_encryption_mode != FSCRYPT_MODE_AES_256_XTS) { in supported_iv_ino_lblk_policy() 133 if (!fscrypt_valid_enc_modes(policy->contents_encryption_mode, in fscrypt_supported_v1_policy() 137 policy->contents_encryption_mode, in fscrypt_supported_v1_policy() 150 !supported_direct_key_modes(inode, policy->contents_encryption_mode, in fscrypt_supported_v1_policy() 169 if (!fscrypt_valid_enc_modes(policy->contents_encryption_mode, in fscrypt_supported_v2_policy() 173 policy->contents_encryption_mode, in fscrypt_supported_v2_policy() 197 !supported_direct_key_modes(inode, policy->contents_encryption_mode, in fscrypt_supported_v2_policy() 272 ctx->contents_encryption_mode = in fscrypt_new_context() 273 policy->contents_encryption_mode; in fscrypt_new_context() 288 ctx->contents_encryption_mode in fscrypt_new_context() [all...] |
H A D | fscrypt_private.h | 33 u8 contents_encryption_mode; member 42 u8 contents_encryption_mode; member 130 return policy->v1.contents_encryption_mode; in fscrypt_policy_contents_mode() 132 return policy->v2.contents_encryption_mode; in fscrypt_policy_contents_mode()
|
/kernel/linux/linux-6.6/fs/crypto/ |
H A D | policy.c | 135 if (policy->contents_encryption_mode != FSCRYPT_MODE_AES_256_XTS) { in supported_iv_ino_lblk_policy() 173 if (!fscrypt_valid_enc_modes_v1(policy->contents_encryption_mode, in fscrypt_supported_v1_policy() 177 policy->contents_encryption_mode, in fscrypt_supported_v1_policy() 190 !supported_direct_key_modes(inode, policy->contents_encryption_mode, in fscrypt_supported_v1_policy() 209 if (!fscrypt_valid_enc_modes_v2(policy->contents_encryption_mode, in fscrypt_supported_v2_policy() 213 policy->contents_encryption_mode, in fscrypt_supported_v2_policy() 237 !supported_direct_key_modes(inode, policy->contents_encryption_mode, in fscrypt_supported_v2_policy() 312 ctx->contents_encryption_mode = in fscrypt_new_context() 313 policy->contents_encryption_mode; in fscrypt_new_context() 328 ctx->contents_encryption_mode in fscrypt_new_context() [all...] |
H A D | fscrypt_private.h | 38 u8 contents_encryption_mode; member 47 u8 contents_encryption_mode; member 135 return policy->v1.contents_encryption_mode; in fscrypt_policy_contents_mode() 137 return policy->v2.contents_encryption_mode; in fscrypt_policy_contents_mode()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | fscrypt.h | 42 __u8 contents_encryption_mode; member 68 __u8 contents_encryption_mode; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | fscrypt.h | 42 __u8 contents_encryption_mode; member 68 __u8 contents_encryption_mode; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | fscrypt.h | 45 __u8 contents_encryption_mode; member 71 __u8 contents_encryption_mode; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | fscrypt.h | 42 __u8 contents_encryption_mode; member 59 __u8 contents_encryption_mode; member
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | fscrypt.h | 45 __u8 contents_encryption_mode; member 71 __u8 contents_encryption_mode; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | fscrypt.h | 42 __u8 contents_encryption_mode; member 59 __u8 contents_encryption_mode; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | fs.h | 199 __u8 contents_encryption_mode; member
|
Completed in 9 milliseconds