Home
last modified time | relevance | path

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

/fs/crypto/
A Dpolicy.c186 if (!fscrypt_valid_enc_modes_v1(policy->contents_encryption_mode, in fscrypt_supported_v1_policy()
190 policy->contents_encryption_mode, in fscrypt_supported_v1_policy()
226 policy->contents_encryption_mode, in fscrypt_supported_v2_policy()
339 ctx->contents_encryption_mode = in fscrypt_new_context()
340 policy->contents_encryption_mode; in fscrypt_new_context()
355 ctx->contents_encryption_mode = in fscrypt_new_context()
356 policy->contents_encryption_mode; in fscrypt_new_context()
401 policy->contents_encryption_mode = in fscrypt_policy_from_context()
402 ctx->contents_encryption_mode; in fscrypt_policy_from_context()
416 policy->contents_encryption_mode = in fscrypt_policy_from_context()
[all …]
A Dfscrypt_private.h74 u8 contents_encryption_mode; member
83 u8 contents_encryption_mode; member
172 return policy->v1.contents_encryption_mode; in fscrypt_policy_contents_mode()
174 return policy->v2.contents_encryption_mode; in fscrypt_policy_contents_mode()

Completed in 8 milliseconds