mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
s390x: Add defines for new CPACF functions
Add defines for new CPACF functions codes, its required MSA levels, and document how to disable these functions via the OPENSSL_s390xcap environment variable. Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25161)
This commit is contained in:
parent
a6c9378e43
commit
518b53b139
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017-2023 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 2017-2024 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -115,6 +115,7 @@ extern int OPENSSL_s390xcex;
|
||||
# define S390X_MSA5 57 /* message-security-assist-ext. 5 */
|
||||
# define S390X_MSA3 76 /* message-security-assist-ext. 3 */
|
||||
# define S390X_MSA4 77 /* message-security-assist-ext. 4 */
|
||||
# define S390X_MSA12 86 /* message-security-assist-ext. 12 */
|
||||
# define S390X_VX 129 /* vector */
|
||||
# define S390X_VXD 134 /* vector packed decimal */
|
||||
# define S390X_VXE 135 /* vector enhancements 1 */
|
||||
@ -150,6 +151,14 @@ extern int OPENSSL_s390xcex;
|
||||
/* km */
|
||||
# define S390X_XTS_AES_128 50
|
||||
# define S390X_XTS_AES_256 52
|
||||
# define S390X_XTS_AES_128_MSA10 82
|
||||
# define S390X_XTS_AES_256_MSA10 84
|
||||
|
||||
/* kmac */
|
||||
# define S390X_HMAC_SHA_224 112
|
||||
# define S390X_HMAC_SHA_256 113
|
||||
# define S390X_HMAC_SHA_384 114
|
||||
# define S390X_HMAC_SHA_512 115
|
||||
|
||||
/* prno */
|
||||
# define S390X_SHA_512_DRNG 3
|
||||
|
@ -74,6 +74,7 @@ the numbering is continuous across 64-bit mask boundaries.
|
||||
:
|
||||
# 76 1<<51 message-security assist extension 3
|
||||
# 77 1<<50 message-security assist extension 4
|
||||
# 86 1<<41 message-security-assist extension 12
|
||||
:
|
||||
#129 1<<62 vector facility
|
||||
#134 1<<57 vector packed decimal facility
|
||||
@ -110,6 +111,8 @@ the numbering is continuous across 64-bit mask boundaries.
|
||||
# 50 1<<13 KM-XTS-AES-128
|
||||
# 52 1<<11 KM-XTS-AES-256
|
||||
:
|
||||
# 82 1<<45 KM-XTS-AES-128-MSA10
|
||||
# 84 1<<43 KM-XTS-AES-256-MSA10
|
||||
|
||||
kmc :
|
||||
# 18 1<<45 KMC-AES-128
|
||||
@ -122,6 +125,10 @@ the numbering is continuous across 64-bit mask boundaries.
|
||||
# 19 1<<44 KMAC-AES-192
|
||||
# 20 1<<43 KMAC-AES-256
|
||||
:
|
||||
# 112 1<<15 KMAC-SHA-224
|
||||
# 113 1<<14 KMAC-SHA-256
|
||||
# 114 1<<13 KMAC-SHA-384
|
||||
# 115 1<<12 KMAC-SHA-512
|
||||
|
||||
kmctr:
|
||||
:
|
||||
|
Loading…
Reference in New Issue
Block a user