config [31mCONFIG_FS_ENCRYPTION[0m tristate "FS Encryption (Per-file encryption)" depends on [31mCONFIG_BLOCK[0m select [31mCONFIG_CRYPTO[0m select [31mCONFIG_CRYPTO_AES[0m select [31mCONFIG_CRYPTO_CBC[0m select [31mCONFIG_CRYPTO_ECB[0m select [31mCONFIG_CRYPTO_XTS[0m select [31mCONFIG_CRYPTO_CTS[0m select [31mCONFIG_CRYPTO_CTR[0m select [31mCONFIG_KEYS[0m help Enable encryption of files and directories. This feature is similar to ecryptfs, but it is more memory efficient since it avoids caching the encrypted and decrypted pages in the page cache. |