openssl/crypto/modes
Shane Lontis a672a02a64 Add gcm ciphers (aes and aria) to providers.
The code has been modularized so that it can be shared by algorithms.

A fixed size IV is now used instead of being allocated.
The IV is not set into the low level struct now until the update (it uses an
iv_state for this purpose).

Hardware specific methods have been added to a PROV_GCM_HW object.

The S390 code has been changed to just contain methods that can be accessed in
a modular way. There are equivalent generic methods also for the other
platforms.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Patrick Steuer <patrick.steuer@de.ibm.com>
(Merged from https://github.com/openssl/openssl/pull/9231)
2019-07-31 21:55:16 +10:00
..
asm ARM64 assembly pack: add ThunderX2 results. 2019-04-17 21:08:13 +02:00
build.info Add gcm ciphers (aes and aria) to providers. 2019-07-31 21:55:16 +10: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