boringssl/crypto/fipsmodule/aes
Adam Langley 7c075b99e2 Change ppc64le AES code for FIPS.
The symbol “rcon” should be local in order to avoid collisions and it's
much easier on delocate if some of the expressions are evalulated in
Perl rather than left in the resulting .S file.

Also fix the perlasm style so the symbols are actually local.

Change-Id: Iddfc661fc3a6504bcc5732abaa1174da89ad805e
Reviewed-on: https://boringssl-review.googlesource.com/16524
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>
2017-05-25 22:02:22 +00:00
..
asm Change ppc64le AES code for FIPS. 2017-05-25 22:02:22 +00:00
aes_test.cc Convert aes_test to GTest. 2017-05-23 22:33:25 +00:00
aes_tests.txt
aes.c Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
internal.h Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
key_wrap.c
mode_wrappers.c