We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9024d5 commit 733ac4fCopy full SHA for 733ac4f
tools/include/uapi/linux/fs.h
@@ -279,8 +279,8 @@ struct fsxattr {
279
#define FS_ENCRYPTION_MODE_AES_256_CTS 4
280
#define FS_ENCRYPTION_MODE_AES_128_CBC 5
281
#define FS_ENCRYPTION_MODE_AES_128_CTS 6
282
-#define FS_ENCRYPTION_MODE_SPECK128_256_XTS 7
283
-#define FS_ENCRYPTION_MODE_SPECK128_256_CTS 8
+#define FS_ENCRYPTION_MODE_SPECK128_256_XTS 7 /* Removed, do not use. */
+#define FS_ENCRYPTION_MODE_SPECK128_256_CTS 8 /* Removed, do not use. */
284
285
struct fscrypt_policy {
286
__u8 version;
0 commit comments