From 0db89894b5d4d32bf9dfb1b33f845e4a9a8b2d5a Mon Sep 17 00:00:00 2001 From: Ingo Franzki Date: Tue, 23 Jun 2020 11:33:38 +0200 Subject: [PATCH] zkey: Minor man page corrections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ingo Franzki Signed-off-by: Jan Höppner --- zkey/zkey.1 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/zkey/zkey.1 b/zkey/zkey.1 index 4a0ec208..72b4fba0 100644 --- a/zkey/zkey.1 +++ b/zkey/zkey.1 @@ -50,11 +50,12 @@ volume association also contains the device-mapper name, separated by a colon, used with dm-crypt. A specific volume can only be associated with one secure key. .PP -The generated secure key is saved in a file with a size of 64 or 128 bytes. -The file contains an AES key with a length of 128, 192, or 256 bits. The key is -enciphered with the master key of the CCA or EP11 cryptographic adapter. -Secure keys that are used for the XTS cipher mode can be 128 or 256 bits -in size. +The generated secure key is saved in a file, and contains an AES secure key with +a length of 128, 192, or 256 bits, or two concatenated AES secure keys with a +length of 128, or 256 bits each, for keys that are used for the XTS cipher mode. +Note that the file size is not related to the key bit size, but is specific for +the secure key type. The key is enciphered with the master key of the CCA or +EP11 cryptographic adapter. . . .