Searched refs:EXT4_ENCRYPTION_MODE_AES_256_CTS (Results 1 – 4 of 4) sorted by relevance
107 case EXT4_ENCRYPTION_MODE_AES_256_CTS: in ext4_encryption_key_size()
181 EXT4_ENCRYPTION_MODE_AES_256_CTS; in ext4_inherit_context()
48 return (mode == EXT4_ENCRYPTION_MODE_AES_256_CTS); in ext4_valid_filenames_enc_mode()363 if (ctx->key.mode != EXT4_ENCRYPTION_MODE_AES_256_CTS) { in ext4_get_fname_crypto_ctx()
590 #define EXT4_ENCRYPTION_MODE_AES_256_CTS 4 macro