mirror of
https://github.com/openssl/openssl.git
synced 2025-01-12 13:36:28 +08:00
ff33581c67
This involves gcm_cipher() (providers/common/ciphers/cipher_gcm.c), ccm_cipher() (providers/common/ciphers/cipher_ccm.c), and tdes_wrap_cipher() (providers/common/ciphers/cipher_tdes_wrap.c) These are generic implementations of the OSSL_FUNC_CIPHER_CIPHER function, which returned -1 on error when they should return 0. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10137) |
||
---|---|---|
.. | ||
block.c | ||
build.info | ||
cipher_ccm_hw.c | ||
cipher_ccm.c | ||
cipher_common_hw.c | ||
cipher_common.c | ||
cipher_gcm_hw.c | ||
cipher_gcm.c | ||
cipher_local.h |