esp_sha_lock_memory_block() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferencesCall Tree

Notes

This function enters a critical section. Do not block while holding this lock. You do not need to lock the memory block before calling esp_sha_block() or esp_sha_read_digest_state(), these functions handle memory block locking internally.

References