boringssl/crypto/modes
Brian Smith 3f3f25d8a2 Fix constness of |gcm128_context.key|.
The key is never modified through the key pointer member, and the
calling code relies on that fact for maintaining its own
const-correctness.

Change-Id: I63946451aa7c400cd127895a61c30d9a647b1b8c
Reviewed-on: https://boringssl-review.googlesource.com/6040
Reviewed-by: Adam Langley <alangley@gmail.com>
2015-10-26 21:40:04 +00:00
..
asm Get rid of all compiler version checks in perlasm files. 2015-10-26 20:31:30 +00:00
cbc.c Add some comments and tweak assertions for cbc.c. 2015-05-27 21:48:36 +00:00
cfb.c |assert| → |OPENSSL_STATIC_ASSERT| where possible. 2015-10-26 21:07:31 +00:00
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
ctr.c |assert| → |OPENSSL_STATIC_ASSERT| where possible. 2015-10-26 21:07:31 +00:00
gcm_test.c Remove BIO dependency from cmac_test. 2015-08-07 01:53:01 +00:00
gcm.c Fix constness of |gcm128_context.key|. 2015-10-26 21:40:04 +00:00
internal.h Fix constness of |gcm128_context.key|. 2015-10-26 21:40:04 +00:00
ofb.c |assert| → |OPENSSL_STATIC_ASSERT| where possible. 2015-10-26 21:07:31 +00:00