boringssl/crypto/fipsmodule/aes/asm
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
..
aes-586.pl Rename |asm_AES_*| to |aes_nohw_*|. 2018-05-15 23:02:52 +00:00
aes-armv4.pl Rename |asm_AES_*| to |aes_nohw_*|. 2018-05-15 23:02:52 +00:00
aes-x86_64.pl Add AES ABI tests. 2019-01-09 03:54:55 +00:00
aesni-x86_64.pl Patch out unused aesni-x86_64 functions. 2019-02-11 20:25:22 +00:00
aesni-x86.pl Add test of assembly code dispatch. 2019-01-22 20:22:53 +00:00
aesp8-ppc.pl
aesv8-armx.pl Support execute-only memory for AArch64 assembly. 2018-11-19 19:58:15 +00:00
bsaes-armv7.pl Fix bsaes-armv7.pl getting disabled by accident. 2019-02-27 02:06:21 +00:00
bsaes-x86_64.pl Add test of assembly code dispatch. 2019-01-22 20:22:53 +00:00
vpaes-x86_64.pl Set VPAES flags in x86-64 code. 2019-02-22 23:41:50 +00:00
vpaes-x86.pl Add test of assembly code dispatch. 2019-01-22 20:22:53 +00:00