Home
last modified time | relevance | path

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

/Linux-v4.19/fs/crypto/
Dpolicy.c205 (parent_ci->ci_filename_mode == in fscrypt_has_permitted_context()
206 child_ci->ci_filename_mode) && in fscrypt_has_permitted_context()
255 ctx.filenames_encryption_mode = ci->ci_filename_mode; in fscrypt_inherit_context()
Dkeyinfo.c192 if (!fscrypt_valid_enc_modes(ci->ci_data_mode, ci->ci_filename_mode)) { in select_encryption_mode()
196 ci->ci_filename_mode); in select_encryption_mode()
204 return &available_modes[ci->ci_filename_mode]; in select_encryption_mode()
331 crypt_info->ci_filename_mode = ctx.filenames_encryption_mode; in fscrypt_get_encryption_info()
Dfscrypt_private.h60 u8 ci_filename_mode; member