Add aes_ccm to provider
authorShane Lontis <shane.lontis@oracle.com>
Mon, 19 Aug 2019 22:54:41 +0000 (08:54 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 19 Aug 2019 22:54:41 +0000 (08:54 +1000)
commit3bfe9005e5ae0b513bf5f449d6cf558f9b4d9e1f
treedbdfca3362d551abc73fc9219fbc456b97664bd7
parent17860288cde76f6e1ee0ff5cfc9fd649b12fc75c
Add aes_ccm to provider

Add Cleanups for gcm - based on the changes to ccm.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Patrick Steuer <patrick.steuer@de.ibm.com>
(Merged from https://github.com/openssl/openssl/pull/9280)
18 files changed:
crypto/err/openssl.txt
crypto/evp/evp_enc.c
crypto/modes/build.info
providers/common/ciphers/aes.c
providers/common/ciphers/aes_ccm_s390x.c [new file with mode: 0644]
providers/common/ciphers/build.info
providers/common/ciphers/ccm.c [new file with mode: 0644]
providers/common/ciphers/ccm_hw.c [new file with mode: 0644]
providers/common/ciphers/ciphers_ccm.h [new file with mode: 0644]
providers/common/ciphers/ciphers_gcm.h
providers/common/ciphers/ciphers_locl.h
providers/common/ciphers/gcm.c
providers/common/include/internal/provider_algs.h
providers/common/include/internal/providercommonerr.h
providers/common/provider_err.c
providers/default/defltprov.c
providers/fips/fipsprov.c
test/recipes/30-test_evp_data/evpciph.txt