boringssl/crypto/aes
Adam Langley 2fb2ffb660 Update aes.c for new ARM asm names.
In order to align ppc64le with the existing code, 4467e59b changed the
prefix for both the ARM and ppc64le AES assembly code to be “aes_hw_”.
However, it didn't update aes.c as well.

Change-Id: I8e3c7dea1c49ddad8a613369af274e25d572a8fd
Reviewed-on: https://boringssl-review.googlesource.com/11342
Reviewed-by: Adam Langley <agl@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2016-09-27 19:09:05 +00:00
..
asm Add PPC64LE assembly for AES-GCM. 2016-09-27 18:43:20 +00:00
aes_test.cc Add tests for low-level AES functions. 2015-07-01 21:37:57 +00:00
aes.c Update aes.c for new ARM asm names. 2016-09-27 19:09:05 +00:00
CMakeLists.txt Add PPC64LE assembly for AES-GCM. 2016-09-27 18:43:20 +00:00
internal.h Inital import. 2014-06-20 13:17:32 -07:00
mode_wrappers.c Switch all 'num' parameters in crypto/modes to unsigned. 2016-04-19 17:56:25 +00:00