esp_sha_try_lock_engine() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

Returns true if the SHA engine is locked for exclusive use. Call esp_sha_unlock_sha_engine() when done. Returns false if the SHA engine is already in use, caller should use software SHA algorithm for this digest.

References