boringssl/crypto/fipsmodule/modes/asm
Adam Langley c1615719ce Add test of assembly code dispatch.
The first attempt involved using Linux's support for hardware
breakpoints to detect when assembly code was run. However, this doesn't
work with SDE, which is a problem.

This version has the assembly code update a global flags variable when
it's run, but only in non-FIPS and non-debug builds.

Update-Note: Assembly files now pay attention to the NDEBUG preprocessor
symbol. Ensure the build passes the symbol in. (If release builds fail
to link due to missing BORINGSSL_function_hit, this is the cause.)

Change-Id: I6b7ced442b7a77d0b4ae148b00c351f68af89a6e
Reviewed-on: https://boringssl-review.googlesource.com/c/33384
Commit-Queue: Adam Langley <agl@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
2019-01-22 20:22:53 +00:00
..
aesni-gcm-x86_64.pl Add test of assembly code dispatch. 2019-01-22 20:22:53 +00:00
ghash-armv4.pl Silence ARMv8 deprecated IT instruction warnings. 2017-12-14 01:56:22 +00:00
ghash-x86_64.pl Add ABI tests for GCM. 2019-01-15 22:49:37 +00:00
ghash-x86.pl Sync up some perlasm license headers and easy fixes. 2018-02-11 01:00:35 +00:00
ghashp8-ppc.pl
ghashv8-armx.pl ghashv8-armx.pl: add Qualcomm Kryo results. 2018-04-24 19:48:59 +00:00