SHA: added hardware support for SHA on C2.

This commit is contained in:
Marius Vikhammer
2021-09-24 14:32:58 +08:00
parent 405ced6a83
commit f4c79687f8
19 changed files with 921 additions and 85 deletions

View File

@@ -17,8 +17,6 @@
#include "freertos/semphr.h"
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2)
//IDF-5141
static SemaphoreHandle_t done_sem;
static const unsigned char *one_hundred_bs = (unsigned char *)
@@ -133,4 +131,3 @@ TEST_CASE("mbedtls AES/SHA multithreading", "[mbedtls]")
vSemaphoreDelete(done_sem);
}
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2)