mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-16 04:22:22 +00:00
feat(esp_tee): Protect the ECC peripheral from REE access
This commit is contained in:
@@ -57,6 +57,11 @@
|
||||
#define MBEDTLS_SHA256_ALT
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_MBEDTLS_HARDWARE_ECC
|
||||
#define MBEDTLS_ECP_MUL_ALT
|
||||
#define MBEDTLS_ECP_VERIFY_ALT
|
||||
#endif
|
||||
|
||||
#define MBEDTLS_ENTROPY_C
|
||||
|
||||
#endif /* ESP_TEE_MBEDTLS_CONFIG_H */
|
||||
|
||||
Reference in New Issue
Block a user