boringssl/crypto/modes
Adam Langley 75e44ae21d Move gcm_test to C++
Since gcm_test now contains variable decls in for loops it needs
-std=c11. However, tests are compiled with C++ test_support files in
Bazel, which doesn't work with -std=c11.

Change-Id: Ife18c2d80b01448bb3b7ee2728412289bf749bd9
Reviewed-on: https://boringssl-review.googlesource.com/11041
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2016-09-14 16:51:56 +00:00
..
asm Allow .arch directives with Clang. 2016-08-26 17:45:49 +00:00
cbc.c
cfb.c Switch all 'num' parameters in crypto/modes to unsigned. 2016-04-19 17:56:25 +00:00
CMakeLists.txt Move gcm_test to C++ 2016-09-14 16:51:56 +00:00
ctr.c Fix build. 2016-02-29 22:01:04 +00:00
gcm_test.cc Move gcm_test to C++ 2016-09-14 16:51:56 +00:00
gcm.c Use C99 for size_t loops in gcm.c. 2016-09-13 23:50:05 +00:00
internal.h Wrap MSVC-only warning pragmas in a macro. 2016-06-09 21:29:36 +00:00
ofb.c Drop STRICT_ALIGNMENT code in ofb.c. 2016-08-16 18:37:01 +00:00