openssl/providers/common/ciphers
Shane Lontis 459b15d451 Add Common shared code needed to move aes ciphers to providers
Custom aes ciphers will be placed into multiple new files
(instead of the monolithic setup used in the e_aes.c legacy code)
so it makes sense to have a header for the platform specific
code that needs to be shared between files.
modes_lcl.h has also moved to modes_int.h to allow sharing with the
provider source.
Code that will be common to AEAD ciphers has also been added. These
will be used by seperate PR's for GCM, CCM & OCB.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9301)
2019-07-16 09:46:14 +10:00
..
aes.c Adapt the provider AES for more use of OSSL_PARAM 2019-07-11 07:27:02 +02:00
aes_basic.c Add Common shared code needed to move aes ciphers to providers 2019-07-16 09:46:14 +10:00
block.c Create provider errors and use them 2019-04-19 09:31:54 +01:00
build.info Ensure we get all the right defines for AES assembler in FIPS module 2019-06-03 12:56:53 +01:00
ciphers_locl.h Structure alignment macro. 2019-05-01 08:37:11 +10:00