s390/zcrypt: update list of EP11 operation modes
authorIngo Franzki <ifranzki@linux.ibm.com>
Thu, 31 Aug 2023 15:36:43 +0000 (17:36 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 19 Sep 2023 11:26:55 +0000 (13:26 +0200)
Add additional operation mode strings into the EP11 operation mode table.
These strings are returned by sysfs entries /sys/devices/ap/cardxx/op_modes
and /sys/devices/ap/cardxx/xx.yyyy/op_modes.

Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
Reviewed-by: Harald Freudenberger <freude@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/crypto/zcrypt_cex4.c

index 9cfce9ff2e6549ed39cb3f6c66ad4f2db15a6f41..5c4532ab004016f144e3a18af31089db4244d5c7 100644 (file)
@@ -279,7 +279,11 @@ static const struct {
        { 1, "BSI2009" },
        { 2, "FIPS2011" },
        { 3, "BSI2011" },
+       { 4, "SIGG-IMPORT" },
+       { 5, "SIGG" },
        { 6, "BSICC2017" },
+       { 7, "FIPS2021" },
+       { 8, "FIPS2024" },
        { 0, NULL }
 };