Add SHA1, SHA256, AES CBC and etc. tests for MBed-TLS, modified kconfig to enable selection of

whether to compile test code when build for board ok1052-c.
This commit is contained in:
Ruoqing He
2022-10-04 03:37:35 -07:00
parent 4167f1f0f9
commit 7079f86acb
157 changed files with 33847 additions and 40227 deletions
+6
View File
@@ -24,5 +24,11 @@ endif
menuconfig MBEDTLS
bool "using mbedtls"
default n
select MBEDTLS_ENABLE
if MBEDTLS
menuconfig ENABLE_MBEDTLS_TEST
bool "enable test"
default n
endif
endmenu