Support AES and SHA hw acceleration on esp32-wroom-32

Removed unnecessary codes
Added README
Some clean up for maintenancebility
Removed unused methods

Removed unused methods
This commit is contained in:
Hideki Miyazaki
2018-11-21 18:41:29 +09:00
parent c54e8e31bd
commit 9d2294b967
33 changed files with 2159 additions and 58 deletions

View File

@@ -68,7 +68,11 @@ EXTRA_DIST += wolfcrypt/src/port/ti/ti-aes.c \
wolfcrypt/src/port/devcrypto/devcrypto_hash.c \
wolfcrypt/src/port/devcrypto/wc_devcrypto.c \
wolfcrypt/src/port/devcrypto/README.md \
wolfcrypt/src/port/mynewt/mynewt_port.c
wolfcrypt/src/port/mynewt/mynewt_port.c \
wolfcrypt/src/port/Espressif/esp32_aes.c \
wolfcrypt/src/port/Espressif/esp32_sha.c \
wolfcrypt/src/port/Espressif/esp32_util.c
if BUILD_CRYPTODEV
src_libwolfssl_la_SOURCES += wolfcrypt/src/cryptodev.c