s390x: cipher must set EVP_CIPH_ALWAYS_CALL_INIT flag
authorPatrick Steuer <patrick.steuer@de.ibm.com>
Fri, 16 Apr 2021 15:09:46 +0000 (15:09 +0000)
committerPatrick Steuer <patrick.steuer@de.ibm.com>
Thu, 10 Jun 2021 08:22:51 +0000 (10:22 +0200)
commitdc67210d909b5dd7a50f60a96f36f3f5a891b1c8
treeb33a8c6dfbfa040a1d1a78949f8c3ec3c739639c
parentbfcdfdee50b0adb9a6e448f07fd8f1c87c919cda
s390x: cipher must set EVP_CIPH_ALWAYS_CALL_INIT flag

The s390x cipher implementations must call their init function
even if the key argument is NULL to allow initializing the
cipher operation's context in any order.

Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14900)
crypto/evp/e_aes.c