boringssl/crypto/fipsmodule/modes
David Benjamin 580be2b184 Trim 88 bytes from each AES-GCM EVP_AEAD.
EVP_AEAD reused portions of EVP_CIPHER's GCM128_CONTEXT which contains both the
key and intermediate state for each operation. (The legacy OpenSSL EVP_CIPHER
API has no way to store just a key.) Split out a GCM128_KEY and store that
instead.

Change-Id: Ibc550084fa82963d3860346ed26f9cf170dceda5
Reviewed-on: https://boringssl-review.googlesource.com/32004
Commit-Queue: David Benjamin <davidben@google.com>
Commit-Queue: Adam Langley <agl@google.com>
Reviewed-by: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2018-09-17 22:05:51 +00:00
..
asm Update several assembly files from upstream. 2018-08-07 18:57:17 +00:00
cbc.c Appease UBSan on pointer alignment. 2017-11-10 21:07:03 +00:00
ccm.c Fix build with GCC 4.9.2 and -Wtype-limits. 2018-05-08 22:21:45 +00:00
cfb.c Appease UBSan on pointer alignment. 2017-11-10 21:07:03 +00:00
ctr.c Appease UBSan on pointer alignment. 2017-11-10 21:07:03 +00:00
gcm_test.cc Trim 88 bytes from each AES-GCM EVP_AEAD. 2018-09-17 22:05:51 +00:00
gcm_tests.txt Convert a number of tests to GTest. 2017-06-01 17:02:13 +00:00
gcm.c Trim 88 bytes from each AES-GCM EVP_AEAD. 2018-09-17 22:05:51 +00:00
internal.h Trim 88 bytes from each AES-GCM EVP_AEAD. 2018-09-17 22:05:51 +00:00
ofb.c
polyval.c Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00