esp_ds: move timeout mechanism to driver layer

This commit is contained in:
morris
2021-04-02 17:03:10 +08:00
parent 812d61295d
commit 7eb9ecb4f6
3 changed files with 8 additions and 22 deletions
-5
View File
@@ -60,11 +60,6 @@ void ds_hal_start(void);
*/
void ds_hal_finish(void);
/**
* @brief Check whether the key input (HMAC on ESP32-C3) is correct.
*/
ds_key_check_t ds_hal_check_decryption_key(void);
/**
* @brief Write the initialization vector.
*/