boringssl/crypto/modes
Brian Smith 0bc2349375 Remove unused |ccm128_context| in crypto/modes/internal.h.
Note that this structure has a weak pointer to the key, which was a
problem corrected in the AES-GCM code in
0f8bfdeb33. Also, it uses |void *|
instead of |const AES_KEY *| to refer to that key.

Change-Id: I70e632e3370ab27eb800bc1c0c64d2bd36b7cafb
Reviewed-on: https://boringssl-review.googlesource.com/7123
Reviewed-by: David Benjamin <davidben@google.com>
2016-02-24 21:08:21 +00:00
..
asm Unify AEAD and EVP code paths for AES-GCM. 2016-02-23 23:13:31 +00:00
cbc.c Fix the shared builders by exporting GCM symbols. 2015-10-26 23:26:40 +00:00
cfb.c Fix the shared builders by exporting GCM symbols. 2015-10-26 23:26:40 +00:00
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
ctr.c Fix trivial -Wcast-qual violations. 2016-01-21 21:06:02 +00:00
gcm_test.c Fix the shared builders by exporting GCM symbols. 2015-10-26 23:26:40 +00:00
gcm.c Unify AEAD and EVP code paths for AES-GCM. 2016-02-23 23:13:31 +00:00
internal.h Remove unused |ccm128_context| in crypto/modes/internal.h. 2016-02-24 21:08:21 +00:00
ofb.c Fix the shared builders by exporting GCM symbols. 2015-10-26 23:26:40 +00:00