diff options
author | Ulrich Müller <uvm@google.com> | 2021-09-13 12:59:42 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-09-23 04:07:57 +0200 |
commit | 524f12611040de64cda13dd148ad1b8ca559c730 (patch) | |
tree | 0668c6914687ae8dc1342c6d0081ffb4f3861ca4 /crypto/s390x_arch.h | |
parent | doc: Fix include syntax (diff) | |
download | openssl-524f12611040de64cda13dd148ad1b8ca559c730.tar.xz openssl-524f12611040de64cda13dd148ad1b8ca559c730.zip |
Add default provider support for Keccak 224, 256, 384 and 512
Fixes issue openssl#13033
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16594)
Diffstat (limited to 'crypto/s390x_arch.h')
-rw-r--r-- | crypto/s390x_arch.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/s390x_arch.h b/crypto/s390x_arch.h index 78fcd73af0..fa920d14da 100644 --- a/crypto/s390x_arch.h +++ b/crypto/s390x_arch.h @@ -122,6 +122,10 @@ extern struct OPENSSL_s390xcap_st OPENSSL_s390xcap_P; # define S390X_SHA3_256 33 # define S390X_SHA3_384 34 # define S390X_SHA3_512 35 +# define S390X_KECCAK_224 32 +# define S390X_KECCAK_256 33 +# define S390X_KECCAK_384 34 +# define S390X_KECCAK_512 35 # define S390X_SHAKE_128 36 # define S390X_SHAKE_256 37 # define S390X_GHASH 65 |