linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH] f2fs_io: support AES_256_HCTR2
@ 2023-02-07  2:47 Jaegeuk Kim
  2023-02-07 13:31 ` Chao Yu
  0 siblings, 1 reply; 2+ messages in thread
From: Jaegeuk Kim @ 2023-02-07  2:47 UTC (permalink / raw)
  To: linux-f2fs-devel; +Cc: Jaegeuk Kim

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
---
 tools/f2fs_io/f2fs_io.c | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/tools/f2fs_io/f2fs_io.c b/tools/f2fs_io/f2fs_io.c
index 6dcd84091583..5bc0baf40421 100644
--- a/tools/f2fs_io/f2fs_io.c
+++ b/tools/f2fs_io/f2fs_io.c
@@ -1195,16 +1195,17 @@ static void do_get_filename_encrypt_mode (int argc, char **argv,
 						const struct cmd_desc *cmd)
 {
 	static const char *enc_name[] = {
-		"invalid", /* FS_ENCRYPTION_MODE_INVALID (0) */
-		"aes-256-xts", /* FS_ENCRYPTION_MODE_AES_256_XTS (1) */
-		"aes-256-gcm", /* FS_ENCRYPTION_MODE_AES_256_GCM (2) */
-		"aes-256-cbc", /* FS_ENCRYPTION_MODE_AES_256_CBC (3) */
-		"aes-256-cts", /* FS_ENCRYPTION_MODE_AES_256_CTS (4) */
-		"aes-128-cbc", /* FS_ENCRYPTION_MODE_AES_128_CBC (5) */
-		"aes-128-cts", /* FS_ENCRYPTION_MODE_AES_128_CTS (6) */
-		"speck128-256-xts", /* FS_ENCRYPTION_MODE_SPECK128_256_XTS (7) */
-		"speck128-256-cts", /* FS_ENCRYPTION_MODE_SPECK128_256_CTS (8) */
-		"adiantum", /* FS_ENCRYPTION_MODE_ADIANTUM (9) */
+		"invalid", /* FSCRYPT_MODE_INVALID (0) */
+		"aes-256-xts", /* FSCRYPT_MODE_AES_256_XTS (1) */
+		"aes-256-gcm", /* FSCRYPT_MODE_AES_256_GCM (2) */
+		"aes-256-cbc", /* FSCRYPT_MODE_AES_256_CBC (3) */
+		"aes-256-cts", /* FSCRYPT_MODE_AES_256_CTS (4) */
+		"aes-128-cbc", /* FSCRYPT_MODE_AES_128_CBC (5) */
+		"aes-128-cts", /* FSCRYPT_MODE_AES_128_CTS (6) */
+		"speck128-256-xts", /* FSCRYPT_MODE_SPECK128_256_XTS (7) */
+		"speck128-256-cts", /* FSCRYPT_MODE_SPECK128_256_CTS (8) */
+		"adiantum", /* FSCRYPT_MODE_ADIANTUM (9) */
+		"aes-256-hctr2", /* FSCRYPT_MODE_AES_256_HCTR2 (10) */
 	};
 	int fd, mode, ret;
 	struct fscrypt_get_policy_ex_arg arg;
-- 
2.39.1.519.gcb327c4b5f-goog



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [f2fs-dev] [PATCH] f2fs_io: support AES_256_HCTR2
  2023-02-07  2:47 [f2fs-dev] [PATCH] f2fs_io: support AES_256_HCTR2 Jaegeuk Kim
@ 2023-02-07 13:31 ` Chao Yu
  0 siblings, 0 replies; 2+ messages in thread
From: Chao Yu @ 2023-02-07 13:31 UTC (permalink / raw)
  To: Jaegeuk Kim, linux-f2fs-devel

On 2023/2/7 10:47, Jaegeuk Kim wrote:
> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>

Reviewed-by: Chao Yu <chao@kernel.org>

Thanks,


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-07 13:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-07  2:47 [f2fs-dev] [PATCH] f2fs_io: support AES_256_HCTR2 Jaegeuk Kim
2023-02-07 13:31 ` Chao Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).