change(bootloader_support): Rename the esp_flash_encryption_enable_key_mgr() API

This commit is contained in:
harshal.patil
2025-09-18 15:14:12 +05:30
parent 540c719c66
commit c9417e418b
4 changed files with 14 additions and 5 deletions

View File

@@ -189,7 +189,7 @@ esp_err_t esp_flash_encryption_enable_secure_features(void);
* @return
* - ESP_OK - On success
*/
esp_err_t esp_flash_encryption_enable_key_mgr(void);
esp_err_t esp_flash_encryption_use_efuse_key(void);
#endif // SOC_KEY_MANAGER_FE_KEY_DEPLOY
#endif /* BOOTLOADER_BUILD && CONFIG_SECURE_FLASH_ENC_ENABLED */