mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zkey: Minor man page corrections
Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
2f87cba1c7
commit
0db89894b5
11
zkey/zkey.1
11
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.
|
||||
.
|
||||
.
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user