openssl/providers/common
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
..
ciphers Add Common shared code needed to move aes ciphers to providers 2019-07-16 09:46:14 +10:00
digests Fix s390x build errors and warnings 2019-06-25 00:10:20 +02:00
include/internal Add a nid 2 algorithm name mapping capability 2019-06-28 10:22:21 +01:00
build.info Add a nid 2 algorithm name mapping capability 2019-06-28 10:22:21 +01:00
provider_err.c Create provider errors and use them 2019-04-19 09:31:54 +01:00
provlib.c Add a nid 2 algorithm name mapping capability 2019-06-28 10:22:21 +01:00