mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
fix(esp_tee): release SHA held by HMAC after crypto peripheral reset
This commit is contained in:
committed by
Laukik Hase
parent
2ad7cb65c6
commit
cdedde2fea
@@ -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