580be2b184
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> |
||
---|---|---|
.. | ||
aead.c | ||
cipher.c | ||
e_aes.c | ||
e_des.c | ||
internal.h |