boringssl/crypto/fipsmodule/modes
Adam Langley f64c373784 Fix build with GCC 4.9.2 and -Wtype-limits.
gRPC builds on Debian Jessie, which has GCC 4.9.2, and builds with
-Wtype-limits, which makes it warn about code intended for 64-bit
systems when building on 32-bit systems.

We have tried to avoid these issues with Clang previously by guarding
with “sizeof(size_t) > 4”, but this version of GCC isn't smart enough to
figure that out.

Change-Id: I800ceb3891436fa7c81474ede4b8656021568357
Reviewed-on: https://boringssl-review.googlesource.com/28247
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>
2018-05-08 22:21:45 +00:00
..
asm ghashv8-armx.pl: add Qualcomm Kryo results. 2018-04-24 19:48:59 +00:00
cbc.c Appease UBSan on pointer alignment. 2017-11-10 21:07:03 +00:00
ccm.c Fix build with GCC 4.9.2 and -Wtype-limits. 2018-05-08 22:21:45 +00:00
cfb.c Appease UBSan on pointer alignment. 2017-11-10 21:07:03 +00:00
ctr.c Appease UBSan on pointer alignment. 2017-11-10 21:07:03 +00:00
gcm_test.cc Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00
gcm_tests.txt Convert a number of tests to GTest. 2017-06-01 17:02:13 +00:00
gcm.c Appease UBSan on pointer alignment. 2017-11-10 21:07:03 +00:00
internal.h Add AES_128_CCM AEAD. 2018-02-16 15:57:27 +00:00
ofb.c
polyval.c Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00