mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-16 19:34:03 +00:00
ext4 crypto: require CONFIG_CRYPTO_CTR if ext4 encryption is enabled
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>
This commit is contained in:
parent
614def7013
commit
71dea01ea2
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ config EXT4_ENCRYPTION
|
||||||
select CRYPTO_ECB
|
select CRYPTO_ECB
|
||||||
select CRYPTO_XTS
|
select CRYPTO_XTS
|
||||||
select CRYPTO_CTS
|
select CRYPTO_CTS
|
||||||
|
select CRYPTO_CTR
|
||||||
select CRYPTO_SHA256
|
select CRYPTO_SHA256
|
||||||
select KEYS
|
select KEYS
|
||||||
select ENCRYPTED_KEYS
|
select ENCRYPTED_KEYS
|
||||||
|
|
Loading…
Add table
Reference in a new issue