boringssl/crypto/fipsmodule/modes
David Benjamin a57435e138 Remove __ARM_ARCH__ guard on gcm_*_v8.
OpenSSL's c1669e1c205dc8e695fb0c10a655f434e758b9f7 switched it to
__ARM_MAX_ARCH__, which we mirrored in assembly but not C. The C version
should be __ARM_MAX_ARCH__ to match. However, __ARM_MAX_ARCH__ is
hardcoded to 8, so just remove the check.

Change-Id: Ic873203db1478f49437b889b84ee7fb28eba1a6d
Reviewed-on: https://boringssl-review.googlesource.com/c/35045
Commit-Queue: Adam Langley <agl@google.com>
Reviewed-by: Adam Langley <agl@google.com>
2019-02-27 02:26:21 +00:00
..
asm Fix the order of Windows unwind codes. 2019-02-05 19:38:23 +00:00
cbc.c Remove STRICT_ALIGNMENT code from modes. 2019-02-14 17:39:36 +00:00
ccm.c Fix undefined block128_f, etc., casts. 2018-10-01 17:35:02 +00:00
cfb.c Remove STRICT_ALIGNMENT code from modes. 2019-02-14 17:39:36 +00:00
ctr.c Remove STRICT_ALIGNMENT code from modes. 2019-02-14 17:39:36 +00:00
gcm_test.cc Add ABI tests for aesni-gcm-x86_64.pl. 2019-02-11 20:08:38 +00:00
gcm_tests.txt
gcm.c Remove STRICT_ALIGNMENT code from modes. 2019-02-14 17:39:36 +00:00
internal.h Remove __ARM_ARCH__ guard on gcm_*_v8. 2019-02-27 02:26:21 +00:00
ofb.c Modernize OPENSSL_COMPILE_ASSERT, part 2. 2018-11-14 16:06:37 +00:00
polyval.c Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00