boringssl/crypto/fipsmodule/aes
David Benjamin f1f73f8966 Fix bsaes-armv7.pl getting disabled by accident.
https://boringssl-review.googlesource.com/c/34188 accidentally disabled
it (__ARM_MAX_ARCH__ wasn't defined), which, in turn, masked a bug in
https://boringssl-review.googlesource.com/c/34874.

Remove the __ARM_MAX_ARCH__ check as that's hardcoded to 8 anyway. Then
revert the problematic part of the bsaes-armv7.pl change. That brings
back the somewhat questionable post-dispatch to pre-dispatch call, but I
hope to patch the fallbacks out soon anyway.

Change-Id: I567e55fe35cb716d5ed56580113a302617f5ad71
Reviewed-on: https://boringssl-review.googlesource.com/c/35044
Commit-Queue: David Benjamin <davidben@google.com>
Commit-Queue: Adam Langley <agl@google.com>
Reviewed-by: Adam Langley <agl@google.com>
2019-02-27 02:06:21 +00:00
..
asm Fix bsaes-armv7.pl getting disabled by accident. 2019-02-27 02:06:21 +00:00
aes_test.cc Add AES ABI tests. 2019-01-09 03:54:55 +00:00
aes_tests.txt
aes.c Enable vpaes for AES_* functions. 2019-02-22 23:09:19 +00:00
internal.h Fix bsaes-armv7.pl getting disabled by accident. 2019-02-27 02:06:21 +00:00
key_wrap.c Update Wycheproof, add keywrap tests, and fix a bug. 2018-05-04 17:08:44 +00:00
mode_wrappers.c Enable vpaes for AES_* functions. 2019-02-22 23:09:19 +00:00