Home
last modified time | relevance | path

Searched refs:s_crypto_hmac_lock (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Desp_crypto_lock.c23 static _lock_t s_crypto_hmac_lock; variable
33 _lock_acquire(&s_crypto_hmac_lock); in esp_crypto_hmac_lock_acquire()
40 _lock_release(&s_crypto_hmac_lock); in esp_crypto_hmac_lock_release()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Desp_crypto_lock.c24 static _lock_t s_crypto_hmac_lock; variable
37 _lock_acquire(&s_crypto_hmac_lock); in esp_crypto_hmac_lock_acquire()
44 _lock_release(&s_crypto_hmac_lock); in esp_crypto_hmac_lock_release()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Desp_crypto_lock.c25 static _lock_t s_crypto_hmac_lock; variable
41 _lock_acquire(&s_crypto_hmac_lock); in esp_crypto_hmac_lock_acquire()
48 _lock_release(&s_crypto_hmac_lock); in esp_crypto_hmac_lock_release()