mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix(esp_tee): release SHA held by HMAC after crypto peripheral reset
This commit is contained in:
@@ -61,6 +61,7 @@ void esp_tee_soc_reset_crypto_peripherals(void)
|
||||
#if SOC_HMAC_SUPPORTED
|
||||
hmac_ll_enable_bus_clock(true);
|
||||
hmac_ll_reset_register();
|
||||
hmac_ll_clean();
|
||||
hmac_ll_enable_bus_clock(false);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user