Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Dsha.c127 static bool esp_sha_lock_engine_common(esp_sha_type sha_type, TickType_t ticks_to_wait);
131 return esp_sha_lock_engine_common(sha_type, 0); in esp_sha_try_lock_engine()
136 esp_sha_lock_engine_common(sha_type, portMAX_DELAY); in esp_sha_lock_engine()
139 static bool esp_sha_lock_engine_common(esp_sha_type sha_type, TickType_t ticks_to_wait) in esp_sha_lock_engine_common() function