fix(esp_tee): release SHA held by HMAC after crypto peripheral reset

This commit is contained in:
Ashish Sharma
2026-07-02 14:47:21 +08:00
committed by Laukik Hase
parent 2ad7cb65c6
commit cdedde2fea

View File

@@ -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