mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-23 03:39:33 +00:00
crypto: DS uses RSA peripheral, added shared lock
This commit is contained in:
@@ -14,13 +14,13 @@
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Enable the MPI hardware
|
||||
* @brief Enable the MPI hardware and acquire the lock
|
||||
*
|
||||
*/
|
||||
void esp_mpi_enable_hardware_hw_op( void );
|
||||
|
||||
/**
|
||||
* @brief Disable the MPI hardware
|
||||
* @brief Disable the MPI hardware and release the lock
|
||||
*
|
||||
*/
|
||||
void esp_mpi_disable_hardware_hw_op( void );
|
||||
|
||||
Reference in New Issue
Block a user