Searched refs:esp_sha_try_lock_engine (Results 1 – 5 of 5) sorted by relevance
146 bool esp_sha_try_lock_engine(esp_sha_type sha_type);
129 bool esp_sha_try_lock_engine(esp_sha_type sha_type) in esp_sha_try_lock_engine() function
282 if (esp_sha_try_lock_engine(sha_type(ctx))) { in esp_internal_sha512_parallel_engine_process()
246 if (!ctx->is224 && esp_sha_try_lock_engine(SHA2_256)) { in esp_internal_sha256_parallel_engine_process()
287 if (esp_sha_try_lock_engine(SHA1)) { in esp_internal_sha1_parallel_engine_process()