Searched refs:contents_mode (Results 1 – 1 of 1) sorted by relevance
43 static bool fscrypt_valid_enc_modes(u32 contents_mode, u32 filenames_mode) in fscrypt_valid_enc_modes() argument45 if (contents_mode == FSCRYPT_MODE_AES_256_XTS && in fscrypt_valid_enc_modes()49 if (contents_mode == FSCRYPT_MODE_AES_128_CBC && in fscrypt_valid_enc_modes()53 if (contents_mode == FSCRYPT_MODE_ADIANTUM && in fscrypt_valid_enc_modes()61 u32 contents_mode, u32 filenames_mode) in supported_direct_key_modes() argument65 if (contents_mode != filenames_mode) { in supported_direct_key_modes()70 mode = &fscrypt_modes[contents_mode]; in supported_direct_key_modes()