ARMv8 : AES-CTR/CBC/GCM speed ups and refactor AES

This commit is contained in:
Jacob Barthelmeh
2016-09-15 06:03:48 +00:00
parent 78c0f98ea9
commit 6d82cba29c
5 changed files with 2254 additions and 464 deletions
+4
View File
@@ -89,8 +89,12 @@ endif
endif
if BUILD_AES
if BUILD_ARMASM
src_libwolfssl_la_SOURCES += wolfcrypt/src/port/arm/armv8-aes.c
else
src_libwolfssl_la_SOURCES += wolfcrypt/src/aes.c
endif
endif
if BUILD_CMAC
src_libwolfssl_la_SOURCES += wolfcrypt/src/cmac.c