esp-idf/components/mbedtls
Angus Gratton af98ca6b46 hwcrypto: Add AES fault injection check
Hardware AES-CBC performance changes:

Release config 11.0MB/sec -> 10.8MB/sec
Debug config 9.4MB/sec -> 9.8MB/sec

(Unrolling the loop to optimize the check improves
performance at -Og, even with the fault check.)
2019-05-21 12:41:42 +10:00
..
mbedtls@19eb57f7f7
port hwcrypto: Add AES fault injection check 2019-05-21 12:41:42 +10:00
test mbedtls: Add AES-CBC performance test 2019-05-21 12:41:40 +10:00
CMakeLists.txt components: update with build system changes 2019-05-13 19:59:17 +08:00
Kconfig
Makefile.projbuild
component.mk move hwcrypto from esp32 to mbedtls 2019-03-26 16:24:22 +08:00
mbedtls.c
mklink.py