boringssl/crypto/fipsmodule/aes/asm
Adam Langley 91254c244c Rename |asm_AES_*| to |aes_nohw_*|.
Rather than have plain-C functions, asm functions, and accelerated
functions, just have accelerated and non-accelerated, where the latter
are either provided by assembly or by C code.

Pertinently, this allows Aarch64 to use hardware accel for the basic
|AES_*| functions.

Change-Id: I0003c0c7a43d85a3eee8c8f37697f61a3070dd40
Reviewed-on: https://boringssl-review.googlesource.com/28385
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-15 23:02:52 +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 Rename |asm_AES_*| to |aes_nohw_*|. 2018-05-15 23:02:52 +00:00
aesni-x86_64.pl Revert "Revert "Revert "Revert "Make x86(-64) use the same aes_hw_* infrastructure as POWER and the ARMs."""" 2018-05-14 22:09:29 +00:00
aesni-x86.pl Sync up some perlasm license headers and easy fixes. 2018-02-11 01:00:35 +00:00
aesp8-ppc.pl Change ppc64le AES code for FIPS. 2017-05-25 22:02:22 +00:00
aesv8-armx.pl Sync up AES assembly. 2018-02-11 01:03:17 +00:00
bsaes-armv7.pl Always use adr with __thumb2__. 2018-02-22 22:28:15 +00:00
bsaes-x86_64.pl Rename |asm_AES_*| to |aes_nohw_*|. 2018-05-15 23:02:52 +00:00
vpaes-x86_64.pl Sync up some perlasm license headers and easy fixes. 2018-02-11 01:00:35 +00:00
vpaes-x86.pl Sync up some perlasm license headers and easy fixes. 2018-02-11 01:00:35 +00:00