Home
last modified time | relevance | path

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

/linux-4.19.296/fs/crypto/
Dpolicy.c206 (parent_ci->ci_filename_mode == in fscrypt_has_permitted_context()
207 child_ci->ci_filename_mode) && in fscrypt_has_permitted_context()
256 ctx.filenames_encryption_mode = ci->ci_filename_mode; in fscrypt_inherit_context()
Dkeyinfo.c182 if (!fscrypt_valid_enc_modes(ci->ci_data_mode, ci->ci_filename_mode)) { in select_encryption_mode()
186 ci->ci_filename_mode); in select_encryption_mode()
194 return &available_modes[ci->ci_filename_mode]; in select_encryption_mode()
321 crypt_info->ci_filename_mode = ctx.filenames_encryption_mode; in fscrypt_get_encryption_info()
Dfscrypt_private.h60 u8 ci_filename_mode; member