openssl/crypto/modes
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
..
asm ARM64 assembly pack: add ThunderX2 results. 2019-04-17 21:08:13 +02:00
build.info crypto/modes/build.conf: Fix MODES asm mistakes 2019-06-18 16:29:54 +02:00
cbc128.c Add Common shared code needed to move aes ciphers to providers 2019-07-16 09:46:14 +10:00
ccm128.c Add Common shared code needed to move aes ciphers to providers 2019-07-16 09:46:14 +10:00
cfb128.c Add Common shared code needed to move aes ciphers to providers 2019-07-16 09:46:14 +10:00
ctr128.c Add Common shared code needed to move aes ciphers to providers 2019-07-16 09:46:14 +10:00
cts128.c Add Common shared code needed to move aes ciphers to providers 2019-07-16 09:46:14 +10:00
gcm128.c Add Common shared code needed to move aes ciphers to providers 2019-07-16 09:46:14 +10:00
ocb128.c Add Common shared code needed to move aes ciphers to providers 2019-07-16 09:46:14 +10:00
ofb128.c Add Common shared code needed to move aes ciphers to providers 2019-07-16 09:46:14 +10:00
siv128.c Add Common shared code needed to move aes ciphers to providers 2019-07-16 09:46:14 +10:00
wrap128.c Following the license change, modify the boilerplates in crypto/modes/ 2018-12-06 15:06:37 +01:00
xts128.c Add Common shared code needed to move aes ciphers to providers 2019-07-16 09:46:14 +10:00