Home
last modified time | relevance | path

Searched refs:s_crypto_mpi_lock (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Desp_crypto_lock.c17 static int s_crypto_mpi_lock; variable
31 s_crypto_mpi_lock = irq_lock(); in esp_crypto_mpi_lock_acquire()
36 irq_unlock(s_crypto_mpi_lock); in esp_crypto_mpi_lock_release()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Desp_crypto_lock.c27 static _lock_t s_crypto_mpi_lock; variable
61 _lock_acquire(&s_crypto_mpi_lock); in esp_crypto_mpi_lock_acquire()
66 _lock_release(&s_crypto_mpi_lock); in esp_crypto_mpi_lock_release()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Desp_crypto_lock.c26 static _lock_t s_crypto_mpi_lock; variable
69 _lock_acquire(&s_crypto_mpi_lock); in esp_crypto_mpi_lock_acquire()
74 _lock_release(&s_crypto_mpi_lock); in esp_crypto_mpi_lock_release()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Desp_crypto_lock.c27 static _lock_t s_crypto_mpi_lock; variable
73 _lock_acquire(&s_crypto_mpi_lock); in esp_crypto_mpi_lock_acquire()
78 _lock_release(&s_crypto_mpi_lock); in esp_crypto_mpi_lock_release()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Desp_crypto_lock.c28 static _lock_t s_crypto_mpi_lock; variable
77 _lock_acquire(&s_crypto_mpi_lock); in esp_crypto_mpi_lock_acquire()
82 _lock_release(&s_crypto_mpi_lock); in esp_crypto_mpi_lock_release()