Skip to content

Commit

Permalink
ext4 crypto: require CONFIG_CRYPTO_CTR if ext4 encryption is enabled
Browse files Browse the repository at this point in the history
On arm64 this is apparently needed for CTS mode to function correctly.
Otherwise attempts to use CTS return ENOENT.

Change-Id: I732ea9a5157acc76de5b89edec195d0365f4ca63
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
  • Loading branch information
tytso committed May 31, 2015
1 parent 614def7 commit 71dea01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/ext4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ config EXT4_ENCRYPTION
select CRYPTO_ECB
select CRYPTO_XTS
select CRYPTO_CTS
select CRYPTO_CTR
select CRYPTO_SHA256
select KEYS
select ENCRYPTED_KEYS
Expand Down

0 comments on commit 71dea01

Please sign in to comment.