boringssl/crypto/fipsmodule/cipher
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
..
aead.c Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00
cipher.c Add a Wycheproof driver for AES-CBC. 2018-05-02 19:41:48 +00:00
e_aes.c Trim 88 bytes from each AES-GCM EVP_AEAD. 2018-09-17 22:05:51 +00:00
e_des.c
internal.h Trim 88 bytes from each AES-GCM EVP_AEAD. 2018-09-17 22:05:51 +00:00