Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/include/sha/
Dsha_parallel_engine.h146 bool esp_sha_try_lock_engine(esp_sha_type sha_type);
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Dsha.c129 bool esp_sha_try_lock_engine(esp_sha_type sha_type) in esp_sha_try_lock_engine() function
Desp_sha512.c282 if (esp_sha_try_lock_engine(sha_type(ctx))) { in esp_internal_sha512_parallel_engine_process()
Desp_sha256.c246 if (!ctx->is224 && esp_sha_try_lock_engine(SHA2_256)) { in esp_internal_sha256_parallel_engine_process()
Desp_sha1.c287 if (esp_sha_try_lock_engine(SHA1)) { in esp_internal_sha1_parallel_engine_process()