Home
last modified time | relevance | path

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

/linux-4.19.296/fs/crypto/
Dfscrypt_private.h75 static inline bool fscrypt_valid_enc_modes(u32 contents_mode, in fscrypt_valid_enc_modes() function
Dpolicy.c42 if (!fscrypt_valid_enc_modes(policy->contents_encryption_mode, in create_encryption_context_from_policy()
Dkeyinfo.c182 if (!fscrypt_valid_enc_modes(ci->ci_data_mode, ci->ci_filename_mode)) { in select_encryption_mode()