openssl/providers
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
..
common Add Common shared code needed to move aes ciphers to providers 2019-07-16 09:46:14 +10:00
default Change OSSL_PARAM return size to not be a pointer. 2019-06-24 14:43:55 +10:00
fips Make allocation/free/clean available to providers 2019-07-11 15:53:59 +10:00
legacy Change OSSL_PARAM return size to not be a pointer. 2019-06-24 14:43:55 +10:00
build.info Move digests to providers 2019-06-04 12:09:50 +10:00